Html Css Color HEX #3F11AA Persian Indigo

📋 copy color: '#3F11AA'

red 63 ◦ green 17 ◦ blue 170

#3F11AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #3F11AA

Tints of Persian Indigo #3F11AA

RGB

 RED value IS 63 (25% from 255) = 25.2%

 GREEN value IS 17 (7.03% from 255) = 6.8%

 BLUE value IS 170 (66.8% from 255) = 68%

R = 25.2%
G = 6.8%
B = 68%

CMYK

 C value IS 0.63

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F11AA (or 0x3F11AA) is known color: Persian Indigo. HEX triplet: 3F, 11 and AA. RGB value is (63,17,170). Sum of RGB (Red+Green+Blue) = 63+17+170=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F11AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F11AA is #C0EE55. Grayscale: #2F2F2F. Windows color (decimal): -12643926 or 11145535. OLE color: 11145535.

HSL color Cylindrical-coordinate representation of color #3F11AA: hue angle of 258.04º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F11AA is Cyan = 0.63, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 17 170 -
CMYK 0.63 0.9 0 0.33
HSL 258.04º 0.82% 0.37% -
HSV(B) 258.04º 0.9% 0.67% -
XYZ 9.51 4.36 38.37 -
YUV 48.2 196.74 138.56 -
System Red Green Blue C M Y K H S L
Decimal 63 17 170 0.63 0.9 0 0.33 258.04 0.82 0.37
Hex 3F 11 AA 3F 5A 0 21 102 52 25
Octal 77 21 252 77 132 0 41 402 122 45
Binary 111111 10001 10101010 111111 1011010 0 100001 100000010 1010010 100101

Color Harmonies of #3F11AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F11AA

Black with #3F11AA

Text Example


Text Example

White with #3F11AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,17,170); }

 H1.HeaderClassName
 {
   color: #3F11AA;
 }
 .AnyTagClassName
 {
   color: #3F11AA;
 }
</style>

background-color css

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

 a { background-color: rgb(63,17,170); }

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

border-color css

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

 span { border-color: rgb(63,17,170); }

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