Html Css Color HEX #430084 Indigo

📋 copy color: '#430084'

red 67 ◦ green 0 ◦ blue 132

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

Shades of Indigo #430084

Tints of Indigo #430084

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 132 (51.95% from 255) = 66.33%

R = 33.67%
G = 0%
B = 66.33%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#430084 (or 0x430084) is known color: Indigo. HEX triplet: 43, 00 and 84. RGB value is (67,0,132). Sum of RGB (Red+Green+Blue) = 67+0+132=199 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.67% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 132 (51.95% from 255 or 66.33% from 199); Max value from RGB is 132 - color contains mainly: blue. Hex color #430084 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430084 is #BCFF7B. Grayscale: #222222. Windows color (decimal): -12386172 or 8650819. OLE color: 8650819.

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

Color convert

RGB 67 0 132 -
CMYK 0.49 1 0 0.48
HSL 270.45º 1% 0.26% -
HSV(B) 270.45º 1% 0.52% -
XYZ 6.48 2.86 22.04 -
YUV 35.08 182.7 150.77 -
System Red Green Blue C M Y K H S L
Decimal 67 0 132 0.49 1 0 0.48 270.45 1 0.26
Hex 43 0 84 31 64 0 30 10E 64 1A
Octal 103 0 204 61 144 0 60 416 144 32
Binary 1000011 0 10000100 110001 1100100 0 110000 100001110 1100100 11010

Color Harmonies of #430084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430084

Black with #430084

Text Example


Text Example

White with #430084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430084; }

 p { color: rgb(67,0,132); }

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

background-color css

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

 a { background-color: rgb(67,0,132); }

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

border-color css

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

 span { border-color: rgb(67,0,132); }

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