#3e0f9a

Color #3E0F9A Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #3E0F9A

Tints of Persian Indigo #3E0F9A

Color information

#3E0F9A (or 0x3E0F9A) is unknown color: approx Persian Indigo. HEX triplet: 3E, 0F and 9A. RGB value is (62,15,154). Sum of RGB (Red+Green+Blue) = 62+15+154=231 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.84% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 154 (60.55% from 255 or 66.67% from 231); Max value from RGB is 154 - color contains mainly: blue. Hex color #3E0F9A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0F9A is #C1F065. Grayscale: #2C2C2C. Windows color (decimal): -12709990 or 10096446. OLE color: 10096446.

HSL color Cylindrical-coordinate representation of color #3E0F9A: hue angle of 260.29º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E0F9A is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6215154-
CMYK0.600.9000.40
HSL260.29º82.25%33.14%-
HSV(B)260.29º90.26%60.39%-
XYZ7.993.730.86-
YUV44.9189.57140.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 26.84%
GREEN value IS 15 (6.25% from 255) = 6.49%
BLUE value IS 154 (60.55% from 255) = 66.67%
R=26.84%
G=6.49%
B=66.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal62151540.600.9000.40260.2982.2533.14
Hex3EF9A3C5A0281045221
Octal76172327413205040412241
Binary111110111110011010111100101101001010001000001001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e0f9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3e0f9a; }

 p { color: rgb(62,15,154); }

 H1.HeaderClassName
 {
   color: #3e0f9a;
 }
 .AnyTagClassName
 {
   color: #3e0f9a;
 }
</style>
background-color css

<style>
 a { background-color: #3e0f9a; }

 a { background-color: rgb(62,15,154); }

 div.DivClassName
 {
   background-color: #3e0f9a;
 }
 .BgClassName
 {
   background-color: #3e0f9a;
 }
</style>
border-color css

<style>
 span { border-color: #3e0f9a; }

 span { border-color: rgb(62,15,154); }

 td.TdClassName
 {
   border-color: #3e0f9a;
 }
 .TagClassName
 {
   border-color: #3e0f9a;
 }
</style>