Html Css Color HEX #431696 Persian Indigo

📋 copy color: '#431696'

red 67 ◦ green 22 ◦ blue 150

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

Shades of Persian Indigo #431696

Tints of Persian Indigo #431696

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.21%

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

R = 28.03%
G = 9.21%
B = 62.76%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#431696 (or 0x431696) is known color: Persian Indigo. HEX triplet: 43, 16 and 96. RGB value is (67,22,150). Sum of RGB (Red+Green+Blue) = 67+22+150=239 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.03% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 150 (58.98% from 255 or 62.76% from 239); Max value from RGB is 150 - color contains mainly: blue. Hex color #431696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431696 is #BCE969. Grayscale: #313131. Windows color (decimal): -12380522 or 9836099. OLE color: 9836099.

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

Color convert

RGB 67 22 150 -
CMYK 0.55 0.85 0 0.41
HSL 261.09º 0.74% 0.34% -
HSV(B) 261.09º 0.85% 0.59% -
XYZ 8.11 3.97 29.19 -
YUV 50.05 184.41 140.09 -
System Red Green Blue C M Y K H S L
Decimal 67 22 150 0.55 0.85 0 0.41 261.09 0.74 0.34
Hex 43 16 96 37 55 0 29 105 4A 22
Octal 103 26 226 67 125 0 51 405 112 42
Binary 1000011 10110 10010110 110111 1010101 0 101001 100000101 1001010 100010

Color Harmonies of #431696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431696

Black with #431696

Text Example


Text Example

White with #431696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431696; }

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

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

background-color css

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

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

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

border-color css

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

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

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