Html Css Color HEX #431988 Persian Indigo

📋 copy color: '#431988'

red 67 ◦ green 25 ◦ blue 136

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

Shades of Persian Indigo #431988

Tints of Persian Indigo #431988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.96%

 BLUE value IS 136 (53.52% from 255) = 59.65%

R = 29.39%
G = 10.96%
B = 59.65%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#431988 (or 0x431988) is known color: Persian Indigo. HEX triplet: 43, 19 and 88. RGB value is (67,25,136). Sum of RGB (Red+Green+Blue) = 67+25+136=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 136 (53.52% from 255 or 59.65% from 228); Max value from RGB is 136 - color contains mainly: blue. Hex color #431988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431988 is #BCE677. Grayscale: #313131. Windows color (decimal): -12379768 or 8919363. OLE color: 8919363.

HSL color Cylindrical-coordinate representation of color #431988: hue angle of 262.7º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #431988 is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 67 25 136 -
CMYK 0.51 0.82 0 0.47
HSL 262.7º 0.69% 0.32% -
HSV(B) 262.7º 0.82% 0.53% -
XYZ 7.11 3.67 23.63 -
YUV 50.21 176.41 139.97 -
System Red Green Blue C M Y K H S L
Decimal 67 25 136 0.51 0.82 0 0.47 262.7 0.69 0.32
Hex 43 19 88 33 52 0 2F 107 45 20
Octal 103 31 210 63 122 0 57 407 105 40
Binary 1000011 11001 10001000 110011 1010010 0 101111 100000111 1000101 100000

Color Harmonies of #431988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431988

Black with #431988

Text Example


Text Example

White with #431988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431988; }

 p { color: rgb(67,25,136); }

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

background-color css

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

 a { background-color: rgb(67,25,136); }

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

border-color css

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

 span { border-color: rgb(67,25,136); }

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