Html Css Color HEX #430582 Indigo

📋 copy color: '#430582'

red 67 ◦ green 5 ◦ blue 130

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

Shades of Indigo #430582

Tints of Indigo #430582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 64.36%

R = 33.17%
G = 2.48%
B = 64.36%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#430582 (or 0x430582) is known color: Indigo. HEX triplet: 43, 05 and 82. RGB value is (67,5,130). Sum of RGB (Red+Green+Blue) = 67+5+130=202 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.17% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 130 (51.17% from 255 or 64.36% from 202); Max value from RGB is 130 - color contains mainly: blue. Hex color #430582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430582 is #BCFA7D. Grayscale: #252525. Windows color (decimal): -12384894 or 8521027. OLE color: 8521027.

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

Color convert

RGB 67 5 130 -
CMYK 0.48 0.96 0 0.49
HSL 269.76º 0.93% 0.26% -
HSV(B) 269.76º 0.96% 0.51% -
XYZ 6.4 2.91 21.34 -
YUV 37.79 180.04 148.84 -
System Red Green Blue C M Y K H S L
Decimal 67 5 130 0.48 0.96 0 0.49 269.76 0.93 0.26
Hex 43 5 82 30 60 0 31 10E 5D 1A
Octal 103 5 202 60 140 0 61 416 135 32
Binary 1000011 101 10000010 110000 1100000 0 110001 100001110 1011101 11010

Color Harmonies of #430582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430582

Black with #430582

Text Example


Text Example

White with #430582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430582; }

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

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

background-color css

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

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

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

border-color css

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

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

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