Html Css Color HEX #430282 Indigo

📋 copy color: '#430282'

red 67 ◦ green 2 ◦ blue 130

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

Shades of Indigo #430282

Tints of Indigo #430282

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.01%

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

R = 33.67%
G = 1.01%
B = 65.33%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#430282 (or 0x430282) is known color: Indigo. HEX triplet: 43, 02 and 82. RGB value is (67,2,130). Sum of RGB (Red+Green+Blue) = 67+2+130=199 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.67% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 130 (51.17% from 255 or 65.33% from 199); Max value from RGB is 130 - color contains mainly: blue. Hex color #430282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430282 is #BCFD7D. Grayscale: #232323. Windows color (decimal): -12385662 or 8520259. OLE color: 8520259.

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

Color convert

RGB 67 2 130 -
CMYK 0.48 0.98 0 0.49
HSL 270.47º 0.97% 0.26% -
HSV(B) 270.47º 0.98% 0.51% -
XYZ 6.37 2.85 21.33 -
YUV 36.03 181.03 150.09 -
System Red Green Blue C M Y K H S L
Decimal 67 2 130 0.48 0.98 0 0.49 270.47 0.97 0.26
Hex 43 2 82 30 62 0 31 10E 61 1A
Octal 103 2 202 60 142 0 61 416 141 32
Binary 1000011 10 10000010 110000 1100010 0 110001 100001110 1100001 11010

Color Harmonies of #430282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430282

Black with #430282

Text Example


Text Example

White with #430282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430282; }

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

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

background-color css

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

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

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

border-color css

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

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

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