Html Css Color HEX #431785 Persian Indigo

📋 copy color: '#431785'

red 67 ◦ green 23 ◦ blue 133

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

Shades of Persian Indigo #431785

Tints of Persian Indigo #431785

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.31%

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

R = 30.04%
G = 10.31%
B = 59.64%

CMYK

 C value IS 0.50

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#431785 (or 0x431785) is known color: Persian Indigo. HEX triplet: 43, 17 and 85. RGB value is (67,23,133). Sum of RGB (Red+Green+Blue) = 67+23+133=223 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.04% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #431785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431785 is #BCE87A. Grayscale: #303030. Windows color (decimal): -12380283 or 8722243. OLE color: 8722243.

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

Color convert

RGB 67 23 133 -
CMYK 0.50 0.83 0 0.48
HSL 264º 0.71% 0.31% -
HSV(B) 264º 0.83% 0.52% -
XYZ 6.85 3.5 22.5 -
YUV 48.7 175.58 141.06 -
System Red Green Blue C M Y K H S L
Decimal 67 23 133 0.50 0.83 0 0.48 264 0.71 0.31
Hex 43 17 85 32 53 0 30 108 47 1F
Octal 103 27 205 62 123 0 60 410 107 37
Binary 1000011 10111 10000101 110010 1010011 0 110000 100001000 1000111 11111

Color Harmonies of #431785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431785

Black with #431785

Text Example


Text Example

White with #431785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431785; }

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

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

background-color css

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

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

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

border-color css

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

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

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