Html Css Color HEX #3F178E Persian Indigo

📋 copy color: '#3F178E'

red 63 ◦ green 23 ◦ blue 142

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

Shades of Persian Indigo #3F178E

Tints of Persian Indigo #3F178E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 62.28%

R = 27.63%
G = 10.09%
B = 62.28%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3F178E (or 0x3F178E) is known color: Persian Indigo. HEX triplet: 3F, 17 and 8E. RGB value is (63,23,142). Sum of RGB (Red+Green+Blue) = 63+23+142=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 142 (55.86% from 255 or 62.28% from 228); Max value from RGB is 142 - color contains mainly: blue. Hex color #3F178E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F178E is #C0E871. Grayscale: #303030. Windows color (decimal): -12642418 or 9312063. OLE color: 9312063.

HSL color Cylindrical-coordinate representation of color #3F178E: hue angle of 260.17º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F178E is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 63 23 142 -
CMYK 0.56 0.84 0 0.44
HSL 260.17º 0.72% 0.32% -
HSV(B) 260.17º 0.84% 0.56% -
XYZ 7.24 3.62 25.91 -
YUV 48.53 180.75 138.32 -
System Red Green Blue C M Y K H S L
Decimal 63 23 142 0.56 0.84 0 0.44 260.17 0.72 0.32
Hex 3F 17 8E 38 54 0 2C 104 48 20
Octal 77 27 216 70 124 0 54 404 110 40
Binary 111111 10111 10001110 111000 1010100 0 101100 100000100 1001000 100000

Color Harmonies of #3F178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F178E

Black with #3F178E

Text Example


Text Example

White with #3F178E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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