Html Css Color HEX #3F1972 Persian Indigo

📋 copy color: '#3F1972'

red 63 ◦ green 25 ◦ blue 114

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

Shades of Persian Indigo #3F1972

Tints of Persian Indigo #3F1972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.38%

 BLUE value IS 114 (44.92% from 255) = 56.44%

R = 31.19%
G = 12.38%
B = 56.44%

CMYK

 C value IS 0.45

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F1972 (or 0x3F1972) is known color: Persian Indigo. HEX triplet: 3F, 19 and 72. RGB value is (63,25,114). Sum of RGB (Red+Green+Blue) = 63+25+114=202 (26% of max value = 765). Red value is 63 (25% from 255 or 31.19% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F1972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1972 is #C0E68D. Grayscale: #2E2E2E. Windows color (decimal): -12641934 or 7477567. OLE color: 7477567.

HSL color Cylindrical-coordinate representation of color #3F1972: hue angle of 265.62º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F1972 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 25 114 -
CMYK 0.45 0.78 0 0.55
HSL 265.62º 0.64% 0.27% -
HSV(B) 265.62º 0.78% 0.45% -
XYZ 5.43 2.97 16.21 -
YUV 46.51 166.09 139.76 -
System Red Green Blue C M Y K H S L
Decimal 63 25 114 0.45 0.78 0 0.55 265.62 0.64 0.27
Hex 3F 19 72 2D 4E 0 37 10A 40 1B
Octal 77 31 162 55 116 0 67 412 100 33
Binary 111111 11001 1110010 101101 1001110 0 110111 100001010 1000000 11011

Color Harmonies of #3F1972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1972

Black with #3F1972

Text Example


Text Example

White with #3F1972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,25,114); }

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

background-color css

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

 a { background-color: rgb(63,25,114); }

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

border-color css

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

 span { border-color: rgb(63,25,114); }

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