Html Css Color HEX #3F15AA Persian Indigo

📋 copy color: '#3F15AA'

red 63 ◦ green 21 ◦ blue 170

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

Shades of Persian Indigo #3F15AA

Tints of Persian Indigo #3F15AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.27%

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

R = 24.8%
G = 8.27%
B = 66.93%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F15AA (or 0x3F15AA) is known color: Persian Indigo. HEX triplet: 3F, 15 and AA. RGB value is (63,21,170). Sum of RGB (Red+Green+Blue) = 63+21+170=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F15AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F15AA is #C0EA55. Grayscale: #313131. Windows color (decimal): -12642902 or 11146559. OLE color: 11146559.

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

Color convert

RGB 63 21 170 -
CMYK 0.63 0.88 0 0.33
HSL 256.91º 0.78% 0.37% -
HSV(B) 256.91º 0.88% 0.67% -
XYZ 9.57 4.5 38.39 -
YUV 50.54 195.41 136.88 -
System Red Green Blue C M Y K H S L
Decimal 63 21 170 0.63 0.88 0 0.33 256.91 0.78 0.37
Hex 3F 15 AA 3F 58 0 21 101 4E 25
Octal 77 25 252 77 130 0 41 401 116 45
Binary 111111 10101 10101010 111111 1011000 0 100001 100000001 1001110 100101

Color Harmonies of #3F15AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F15AA

Black with #3F15AA

Text Example


Text Example

White with #3F15AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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