Html Css Color HEX #431896 Persian Indigo

📋 copy color: '#431896'

red 67 ◦ green 24 ◦ blue 150

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

Shades of Persian Indigo #431896

Tints of Persian Indigo #431896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.96%

 BLUE value IS 150 (58.98% from 255) = 62.24%

R = 27.8%
G = 9.96%
B = 62.24%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#431896 (or 0x431896) is known color: Persian Indigo. HEX triplet: 43, 18 and 96. RGB value is (67,24,150). Sum of RGB (Red+Green+Blue) = 67+24+150=241 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.80% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 150 (58.98% from 255 or 62.24% from 241); Max value from RGB is 150 - color contains mainly: blue. Hex color #431896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431896 is #BCE769. Grayscale: #323232. Windows color (decimal): -12380010 or 9836611. OLE color: 9836611.

HSL color Cylindrical-coordinate representation of color #431896: hue angle of 260.48º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #431896 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 67 24 150 -
CMYK 0.55 0.84 0 0.41
HSL 260.48º 0.72% 0.34% -
HSV(B) 260.48º 0.84% 0.59% -
XYZ 8.15 4.05 29.21 -
YUV 51.22 183.75 139.25 -
System Red Green Blue C M Y K H S L
Decimal 67 24 150 0.55 0.84 0 0.41 260.48 0.72 0.34
Hex 43 18 96 37 54 0 29 104 48 22
Octal 103 30 226 67 124 0 51 404 110 42
Binary 1000011 11000 10010110 110111 1010100 0 101001 100000100 1001000 100010

Color Harmonies of #431896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431896

Black with #431896

Text Example


Text Example

White with #431896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431896; }

 p { color: rgb(67,24,150); }

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

background-color css

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

 a { background-color: rgb(67,24,150); }

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

border-color css

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

 span { border-color: rgb(67,24,150); }

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