Html Css Color HEX #431884 Persian Indigo

📋 copy color: '#431884'

red 67 ◦ green 24 ◦ blue 132

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

Shades of Persian Indigo #431884

Tints of Persian Indigo #431884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 59.19%

R = 30.04%
G = 10.76%
B = 59.19%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#431884 (or 0x431884) is known color: Persian Indigo. HEX triplet: 43, 18 and 84. RGB value is (67,24,132). Sum of RGB (Red+Green+Blue) = 67+24+132=223 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.04% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #431884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431884 is #BCE77B. Grayscale: #303030. Windows color (decimal): -12380028 or 8656963. OLE color: 8656963.

HSL color Cylindrical-coordinate representation of color #431884: hue angle of 263.89º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #431884 is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 67 24 132 -
CMYK 0.49 0.82 0 0.48
HSL 263.89º 0.69% 0.31% -
HSV(B) 263.89º 0.82% 0.52% -
XYZ 6.81 3.51 22.15 -
YUV 49.17 174.75 140.72 -
System Red Green Blue C M Y K H S L
Decimal 67 24 132 0.49 0.82 0 0.48 263.89 0.69 0.31
Hex 43 18 84 31 52 0 30 108 45 1F
Octal 103 30 204 61 122 0 60 410 105 37
Binary 1000011 11000 10000100 110001 1010010 0 110000 100001000 1000101 11111

Color Harmonies of #431884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431884

Black with #431884

Text Example


Text Example

White with #431884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431884; }

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

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

background-color css

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

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

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

border-color css

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

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

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