Html Css Color HEX #431477 Persian Indigo

📋 copy color: '#431477'

red 67 ◦ green 20 ◦ blue 119

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

Shades of Persian Indigo #431477

Tints of Persian Indigo #431477

RGB

 RED value IS 67 (26.56% from 255) = 32.52%

 GREEN value IS 20 (8.2% from 255) = 9.71%

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

R = 32.52%
G = 9.71%
B = 57.77%

CMYK

 C value IS 0.44

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#431477 (or 0x431477) is known color: Persian Indigo. HEX triplet: 43, 14 and 77. RGB value is (67,20,119). Sum of RGB (Red+Green+Blue) = 67+20+119=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #431477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431477 is #BCEB88. Grayscale: #2C2C2C. Windows color (decimal): -12381065 or 7803971. OLE color: 7803971.

HSL color Cylindrical-coordinate representation of color #431477: hue angle of 268.48º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #431477 is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 67 20 119 -
CMYK 0.44 0.83 0 0.53
HSL 268.48º 0.71% 0.27% -
HSV(B) 268.48º 0.83% 0.47% -
XYZ 5.89 3.03 17.73 -
YUV 45.34 169.57 143.45 -
System Red Green Blue C M Y K H S L
Decimal 67 20 119 0.44 0.83 0 0.53 268.48 0.71 0.27
Hex 43 14 77 2C 53 0 35 10C 47 1B
Octal 103 24 167 54 123 0 65 414 107 33
Binary 1000011 10100 1110111 101100 1010011 0 110101 100001100 1000111 11011

Color Harmonies of #431477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431477

Black with #431477

Text Example


Text Example

White with #431477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431477; }

 p { color: rgb(67,20,119); }

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

background-color css

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

 a { background-color: rgb(67,20,119); }

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

border-color css

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

 span { border-color: rgb(67,20,119); }

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