Html Css Color HEX #430585 Indigo

📋 copy color: '#430585'

red 67 ◦ green 5 ◦ blue 133

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

Shades of Indigo #430585

Tints of Indigo #430585

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.44%

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

R = 32.68%
G = 2.44%
B = 64.88%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#430585 (or 0x430585) is known color: Indigo. HEX triplet: 43, 05 and 85. RGB value is (67,5,133). Sum of RGB (Red+Green+Blue) = 67+5+133=205 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.68% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #430585 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430585 is #BCFA7A. Grayscale: #252525. Windows color (decimal): -12384891 or 8717635. OLE color: 8717635.

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

Color convert

RGB 67 5 133 -
CMYK 0.50 0.96 0 0.48
HSL 269.06º 0.93% 0.27% -
HSV(B) 269.06º 0.96% 0.52% -
XYZ 6.6 3 22.42 -
YUV 38.13 181.54 148.59 -
System Red Green Blue C M Y K H S L
Decimal 67 5 133 0.50 0.96 0 0.48 269.06 0.93 0.27
Hex 43 5 85 32 60 0 30 10D 5D 1B
Octal 103 5 205 62 140 0 60 415 135 33
Binary 1000011 101 10000101 110010 1100000 0 110000 100001101 1011101 11011

Color Harmonies of #430585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430585

Black with #430585

Text Example


Text Example

White with #430585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430585; }

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

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

background-color css

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

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

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

border-color css

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

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

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