Html Css Color HEX #430096 Indigo

📋 copy color: '#430096'

red 67 ◦ green 0 ◦ blue 150

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

Shades of Indigo #430096

Tints of Indigo #430096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 69.12%

R = 30.88%
G = 0%
B = 69.12%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#430096 (or 0x430096) is known color: Indigo. HEX triplet: 43, 00 and 96. RGB value is (67,0,150). Sum of RGB (Red+Green+Blue) = 67+0+150=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 150 (58.98% from 255 or 69.12% from 217); Max value from RGB is 150 - color contains mainly: blue. Hex color #430096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430096 is #BCFF69. Grayscale: #242424. Windows color (decimal): -12386154 or 9830467. OLE color: 9830467.

HSL color Cylindrical-coordinate representation of color #430096: hue angle of 266.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430096 is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 67 0 150 -
CMYK 0.55 1 0 0.41
HSL 266.8º 1% 0.29% -
HSV(B) 266.8º 1% 0.59% -
XYZ 7.82 3.4 29.1 -
YUV 37.13 191.7 149.3 -
System Red Green Blue C M Y K H S L
Decimal 67 0 150 0.55 1 0 0.41 266.8 1 0.29
Hex 43 0 96 37 64 0 29 10B 64 1D
Octal 103 0 226 67 144 0 51 413 144 35
Binary 1000011 0 10010110 110111 1100100 0 101001 100001011 1100100 11101

Color Harmonies of #430096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430096

Black with #430096

Text Example


Text Example

White with #430096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430096; }

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

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

background-color css

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

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

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

border-color css

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

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

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