Html Css Color HEX #3F1B77 Persian Indigo

📋 copy color: '#3F1B77'

red 63 ◦ green 27 ◦ blue 119

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

Shades of Persian Indigo #3F1B77

Tints of Persian Indigo #3F1B77

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.92%

 BLUE value IS 119 (46.88% from 255) = 56.94%

R = 30.14%
G = 12.92%
B = 56.94%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3F1B77 (or 0x3F1B77) is known color: Persian Indigo. HEX triplet: 3F, 1B and 77. RGB value is (63,27,119). Sum of RGB (Red+Green+Blue) = 63+27+119=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F1B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1B77 is #C0E488. Grayscale: #2F2F2F. Windows color (decimal): -12641417 or 7805759. OLE color: 7805759.

HSL color Cylindrical-coordinate representation of color #3F1B77: hue angle of 263.48º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F1B77 is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 63 27 119 -
CMYK 0.47 0.77 0 0.53
HSL 263.48º 0.63% 0.29% -
HSV(B) 263.48º 0.77% 0.47% -
XYZ 5.77 3.17 17.76 -
YUV 48.25 167.93 138.52 -
System Red Green Blue C M Y K H S L
Decimal 63 27 119 0.47 0.77 0 0.53 263.48 0.63 0.29
Hex 3F 1B 77 2F 4D 0 35 107 3F 1D
Octal 77 33 167 57 115 0 65 407 77 35
Binary 111111 11011 1110111 101111 1001101 0 110101 100000111 111111 11101

Color Harmonies of #3F1B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1B77

Black with #3F1B77

Text Example


Text Example

White with #3F1B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,27,119); }

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

background-color css

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

 a { background-color: rgb(63,27,119); }

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

border-color css

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

 span { border-color: rgb(63,27,119); }

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