Html Css Color HEX #431474 Persian Indigo

📋 copy color: '#431474'

red 67 ◦ green 20 ◦ blue 116

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

Shades of Persian Indigo #431474

Tints of Persian Indigo #431474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 57.14%

R = 33%
G = 9.85%
B = 57.14%

CMYK

 C value IS 0.42

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#431474 (or 0x431474) is known color: Persian Indigo. HEX triplet: 43, 14 and 74. RGB value is (67,20,116). Sum of RGB (Red+Green+Blue) = 67+20+116=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 116 (45.70% from 255 or 57.14% from 203); Max value from RGB is 116 - color contains mainly: blue. Hex color #431474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431474 is #BCEB8B. Grayscale: #2C2C2C. Windows color (decimal): -12381068 or 7607363. OLE color: 7607363.

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

Color convert

RGB 67 20 116 -
CMYK 0.42 0.83 0 0.55
HSL 269.38º 0.71% 0.27% -
HSV(B) 269.38º 0.83% 0.45% -
XYZ 5.72 2.95 16.79 -
YUV 45 168.07 143.69 -
System Red Green Blue C M Y K H S L
Decimal 67 20 116 0.42 0.83 0 0.55 269.38 0.71 0.27
Hex 43 14 74 2A 53 0 37 10D 47 1B
Octal 103 24 164 52 123 0 67 415 107 33
Binary 1000011 10100 1110100 101010 1010011 0 110111 100001101 1000111 11011

Color Harmonies of #431474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431474

Black with #431474

Text Example


Text Example

White with #431474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431474; }

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

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

background-color css

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

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

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

border-color css

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

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

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