Html Css Color HEX #3F10AA Persian Indigo

📋 copy color: '#3F10AA'

red 63 ◦ green 16 ◦ blue 170

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

Shades of Persian Indigo #3F10AA

Tints of Persian Indigo #3F10AA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.43%

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

R = 25.3%
G = 6.43%
B = 68.27%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F10AA (or 0x3F10AA) is known color: Persian Indigo. HEX triplet: 3F, 10 and AA. RGB value is (63,16,170). Sum of RGB (Red+Green+Blue) = 63+16+170=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F10AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F10AA is #C0EF55. Grayscale: #2F2F2F. Windows color (decimal): -12644182 or 11145279. OLE color: 11145279.

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

Color convert

RGB 63 16 170 -
CMYK 0.63 0.91 0 0.33
HSL 258.31º 0.83% 0.36% -
HSV(B) 258.31º 0.91% 0.67% -
XYZ 9.49 4.33 38.37 -
YUV 47.61 197.07 138.98 -
System Red Green Blue C M Y K H S L
Decimal 63 16 170 0.63 0.91 0 0.33 258.31 0.83 0.36
Hex 3F 10 AA 3F 5B 0 21 102 53 24
Octal 77 20 252 77 133 0 41 402 123 44
Binary 111111 10000 10101010 111111 1011011 0 100001 100000010 1010011 100100

Color Harmonies of #3F10AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F10AA

Black with #3F10AA

Text Example


Text Example

White with #3F10AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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