Html Css Color HEX #431885 Persian Indigo

📋 copy color: '#431885'

red 67 ◦ green 24 ◦ blue 133

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

Shades of Persian Indigo #431885

Tints of Persian Indigo #431885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 59.38%

R = 29.91%
G = 10.71%
B = 59.38%

CMYK

 C value IS 0.50

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#431885 (or 0x431885) is known color: Persian Indigo. HEX triplet: 43, 18 and 85. RGB value is (67,24,133). Sum of RGB (Red+Green+Blue) = 67+24+133=224 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.91% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #431885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431885 is #BCE77A. Grayscale: #303030. Windows color (decimal): -12380027 or 8722499. OLE color: 8722499.

HSL color Cylindrical-coordinate representation of color #431885: hue angle of 263.67º 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 #431885 is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 67 24 133 -
CMYK 0.50 0.82 0 0.48
HSL 263.67º 0.69% 0.31% -
HSV(B) 263.67º 0.82% 0.52% -
XYZ 6.88 3.54 22.51 -
YUV 49.28 175.25 140.64 -
System Red Green Blue C M Y K H S L
Decimal 67 24 133 0.50 0.82 0 0.48 263.67 0.69 0.31
Hex 43 18 85 32 52 0 30 108 45 1F
Octal 103 30 205 62 122 0 60 410 105 37
Binary 1000011 11000 10000101 110010 1010010 0 110000 100001000 1000101 11111

Color Harmonies of #431885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431885

Black with #431885

Text Example


Text Example

White with #431885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431885; }

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

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

background-color css

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

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

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

border-color css

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

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

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