Html Css Color HEX #430696 Indigo

📋 copy color: '#430696'

red 67 ◦ green 6 ◦ blue 150

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

Shades of Indigo #430696

Tints of Indigo #430696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.69%

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

R = 30.04%
G = 2.69%
B = 67.26%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#430696 (or 0x430696) is known color: Indigo. HEX triplet: 43, 06 and 96. RGB value is (67,6,150). Sum of RGB (Red+Green+Blue) = 67+6+150=223 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.04% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 150 (58.98% from 255 or 67.26% from 223); Max value from RGB is 150 - color contains mainly: blue. Hex color #430696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430696 is #BCF969. Grayscale: #282828. Windows color (decimal): -12384618 or 9832003. OLE color: 9832003.

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

Color convert

RGB 67 6 150 -
CMYK 0.55 0.96 0 0.41
HSL 265.42º 0.92% 0.31% -
HSV(B) 265.42º 0.96% 0.59% -
XYZ 7.88 3.53 29.12 -
YUV 40.66 189.71 146.79 -
System Red Green Blue C M Y K H S L
Decimal 67 6 150 0.55 0.96 0 0.41 265.42 0.92 0.31
Hex 43 6 96 37 60 0 29 109 5C 1F
Octal 103 6 226 67 140 0 51 411 134 37
Binary 1000011 110 10010110 110111 1100000 0 101001 100001001 1011100 11111

Color Harmonies of #430696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430696

Black with #430696

Text Example


Text Example

White with #430696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430696; }

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

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

background-color css

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

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

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

border-color css

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

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

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