Html Css Color HEX #430796 Indigo

📋 copy color: '#430796'

red 67 ◦ green 7 ◦ blue 150

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

Shades of Indigo #430796

Tints of Indigo #430796

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.13%

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

R = 29.91%
G = 3.13%
B = 66.96%

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

#430796 (or 0x430796) is known color: Indigo. HEX triplet: 43, 07 and 96. RGB value is (67,7,150). Sum of RGB (Red+Green+Blue) = 67+7+150=224 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.91% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 150 (58.98% from 255 or 66.96% from 224); Max value from RGB is 150 - color contains mainly: blue. Hex color #430796 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430796 is #BCF869. Grayscale: #282828. Windows color (decimal): -12384362 or 9832259. OLE color: 9832259.

HSL color Cylindrical-coordinate representation of color #430796: hue angle of 265.17º degrees, saturation: 0.91, 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 #430796 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 67 7 150 -
CMYK 0.55 0.95 0 0.41
HSL 265.17º 0.91% 0.31% -
HSV(B) 265.17º 0.95% 0.59% -
XYZ 7.9 3.55 29.12 -
YUV 41.24 189.38 146.37 -
System Red Green Blue C M Y K H S L
Decimal 67 7 150 0.55 0.95 0 0.41 265.17 0.91 0.31
Hex 43 7 96 37 5F 0 29 109 5B 1F
Octal 103 7 226 67 137 0 51 411 133 37
Binary 1000011 111 10010110 110111 1011111 0 101001 100001001 1011011 11111

Color Harmonies of #430796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430796

Black with #430796

Text Example


Text Example

White with #430796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430796; }

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

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

background-color css

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

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

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

border-color css

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

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

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