Html Css Color HEX #431492 Persian Indigo

📋 copy color: '#431492'

red 67 ◦ green 20 ◦ blue 146

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

Shades of Persian Indigo #431492

Tints of Persian Indigo #431492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 62.66%

R = 28.76%
G = 8.58%
B = 62.66%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#431492 (or 0x431492) is known color: Persian Indigo. HEX triplet: 43, 14 and 92. RGB value is (67,20,146). Sum of RGB (Red+Green+Blue) = 67+20+146=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #431492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431492 is #BCEB6D. Grayscale: #2F2F2F. Windows color (decimal): -12381038 or 9573443. OLE color: 9573443.

HSL color Cylindrical-coordinate representation of color #431492: hue angle of 262.38º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #431492 is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 67 20 146 -
CMYK 0.54 0.86 0 0.43
HSL 262.38º 0.76% 0.33% -
HSV(B) 262.38º 0.86% 0.57% -
XYZ 7.75 3.77 27.51 -
YUV 48.42 183.07 141.25 -
System Red Green Blue C M Y K H S L
Decimal 67 20 146 0.54 0.86 0 0.43 262.38 0.76 0.33
Hex 43 14 92 36 56 0 2B 106 4C 21
Octal 103 24 222 66 126 0 53 406 114 41
Binary 1000011 10100 10010010 110110 1010110 0 101011 100000110 1001100 100001

Color Harmonies of #431492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431492

Black with #431492

Text Example


Text Example

White with #431492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431492; }

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

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

background-color css

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

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

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

border-color css

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

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

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