Html Css Color HEX #430482 Indigo

📋 copy color: '#430482'

red 67 ◦ green 4 ◦ blue 130

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

Shades of Indigo #430482

Tints of Indigo #430482

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.99%

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

R = 33.33%
G = 1.99%
B = 64.68%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#430482 (or 0x430482) is known color: Indigo. HEX triplet: 43, 04 and 82. RGB value is (67,4,130). Sum of RGB (Red+Green+Blue) = 67+4+130=201 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.33% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 130 (51.17% from 255 or 64.68% from 201); Max value from RGB is 130 - color contains mainly: blue. Hex color #430482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430482 is #BCFB7D. Grayscale: #242424. Windows color (decimal): -12385150 or 8520771. OLE color: 8520771.

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

Color convert

RGB 67 4 130 -
CMYK 0.48 0.97 0 0.49
HSL 270º 0.94% 0.26% -
HSV(B) 270º 0.97% 0.51% -
XYZ 6.39 2.89 21.34 -
YUV 37.2 180.37 149.25 -
System Red Green Blue C M Y K H S L
Decimal 67 4 130 0.48 0.97 0 0.49 270 0.94 0.26
Hex 43 4 82 30 61 0 31 10E 5E 1A
Octal 103 4 202 60 141 0 61 416 136 32
Binary 1000011 100 10000010 110000 1100001 0 110001 100001110 1011110 11010

Color Harmonies of #430482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430482

Black with #430482

Text Example


Text Example

White with #430482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430482; }

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

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

background-color css

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

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

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

border-color css

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

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

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