Html Css Color HEX #3F179B Persian Indigo

📋 copy color: '#3F179B'

red 63 ◦ green 23 ◦ blue 155

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

Shades of Persian Indigo #3F179B

Tints of Persian Indigo #3F179B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.54%

 BLUE value IS 155 (60.94% from 255) = 64.32%

R = 26.14%
G = 9.54%
B = 64.32%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F179B (or 0x3F179B) is known color: Persian Indigo. HEX triplet: 3F, 17 and 9B. RGB value is (63,23,155). Sum of RGB (Red+Green+Blue) = 63+23+155=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F179B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F179B is #C0E864. Grayscale: #313131. Windows color (decimal): -12642405 or 10164031. OLE color: 10164031.

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

Color convert

RGB 63 23 155 -
CMYK 0.59 0.85 0 0.39
HSL 258.18º 0.74% 0.35% -
HSV(B) 258.18º 0.85% 0.61% -
XYZ 8.27 4.04 31.35 -
YUV 50.01 187.25 137.27 -
System Red Green Blue C M Y K H S L
Decimal 63 23 155 0.59 0.85 0 0.39 258.18 0.74 0.35
Hex 3F 17 9B 3B 55 0 27 102 4A 23
Octal 77 27 233 73 125 0 47 402 112 43
Binary 111111 10111 10011011 111011 1010101 0 100111 100000010 1001010 100011

Color Harmonies of #3F179B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F179B

Black with #3F179B

Text Example


Text Example

White with #3F179B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,23,155); }

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

background-color css

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

 a { background-color: rgb(63,23,155); }

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

border-color css

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

 span { border-color: rgb(63,23,155); }

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