Html Css Color HEX #430896 Indigo

📋 copy color: '#430896'

red 67 ◦ green 8 ◦ blue 150

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

Shades of Indigo #430896

Tints of Indigo #430896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.56%

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

R = 29.78%
G = 3.56%
B = 66.67%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#430896 (or 0x430896) is known color: Indigo. HEX triplet: 43, 08 and 96. RGB value is (67,8,150). Sum of RGB (Red+Green+Blue) = 67+8+150=225 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.78% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 150 (58.98% from 255 or 66.67% from 225); Max value from RGB is 150 - color contains mainly: blue. Hex color #430896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430896 is #BCF769. Grayscale: #292929. Windows color (decimal): -12384106 or 9832515. OLE color: 9832515.

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

Color convert

RGB 67 8 150 -
CMYK 0.55 0.95 0 0.41
HSL 264.93º 0.9% 0.31% -
HSV(B) 264.93º 0.95% 0.59% -
XYZ 7.91 3.57 29.13 -
YUV 41.83 189.05 145.95 -
System Red Green Blue C M Y K H S L
Decimal 67 8 150 0.55 0.95 0 0.41 264.93 0.9 0.31
Hex 43 8 96 37 5F 0 29 109 5A 1F
Octal 103 10 226 67 137 0 51 411 132 37
Binary 1000011 1000 10010110 110111 1011111 0 101001 100001001 1011010 11111

Color Harmonies of #430896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430896

Black with #430896

Text Example


Text Example

White with #430896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430896; }

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

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

background-color css

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

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

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

border-color css

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

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

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