Html Css Color HEX #3F169C Persian Indigo

📋 copy color: '#3F169C'

red 63 ◦ green 22 ◦ blue 156

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

Shades of Persian Indigo #3F169C

Tints of Persian Indigo #3F169C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.13%

 BLUE value IS 156 (61.33% from 255) = 64.73%

R = 26.14%
G = 9.13%
B = 64.73%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F169C (or 0x3F169C) is known color: Persian Indigo. HEX triplet: 3F, 16 and 9C. RGB value is (63,22,156). Sum of RGB (Red+Green+Blue) = 63+22+156=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 156 (61.33% from 255 or 64.73% from 241); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F169C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F169C is #C0E963. Grayscale: #313131. Windows color (decimal): -12642660 or 10229311. OLE color: 10229311.

HSL color Cylindrical-coordinate representation of color #3F169C: hue angle of 258.36º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F169C is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 63 22 156 -
CMYK 0.60 0.86 0 0.39
HSL 258.36º 0.75% 0.35% -
HSV(B) 258.36º 0.86% 0.61% -
XYZ 8.34 4.03 31.79 -
YUV 49.54 188.08 137.6 -
System Red Green Blue C M Y K H S L
Decimal 63 22 156 0.60 0.86 0 0.39 258.36 0.75 0.35
Hex 3F 16 9C 3C 56 0 27 102 4B 23
Octal 77 26 234 74 126 0 47 402 113 43
Binary 111111 10110 10011100 111100 1010110 0 100111 100000010 1001011 100011

Color Harmonies of #3F169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F169C

Black with #3F169C

Text Example


Text Example

White with #3F169C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,22,156); }

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

background-color css

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

 a { background-color: rgb(63,22,156); }

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

border-color css

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

 span { border-color: rgb(63,22,156); }

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