Html Css Color HEX #430760 Indigo

📋 copy color: '#430760'

red 67 ◦ green 7 ◦ blue 96

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

Shades of Indigo #430760

Tints of Indigo #430760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 56.47%

R = 39.41%
G = 4.12%
B = 56.47%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#430760 (or 0x430760) is known color: Indigo. HEX triplet: 43, 07 and 60. RGB value is (67,7,96). Sum of RGB (Red+Green+Blue) = 67+7+96=170 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.41% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #430760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430760 is #BCF89F. Grayscale: #222222. Windows color (decimal): -12384416 or 6293315. OLE color: 6293315.

HSL color Cylindrical-coordinate representation of color #430760: hue angle of 280.45º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430760 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 67 7 96 -
CMYK 0.30 0.93 0 0.62
HSL 280.45º 0.86% 0.2% -
HSV(B) 280.45º 0.93% 0.38% -
XYZ 4.5 2.19 11.25 -
YUV 35.09 162.38 150.76 -
System Red Green Blue C M Y K H S L
Decimal 67 7 96 0.30 0.93 0 0.62 280.45 0.86 0.2
Hex 43 7 60 1E 5D 0 3E 118 56 14
Octal 103 7 140 36 135 0 76 430 126 24
Binary 1000011 111 1100000 11110 1011101 0 111110 100011000 1010110 10100

Color Harmonies of #430760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430760

Black with #430760

Text Example


Text Example

White with #430760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430760; }

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

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

background-color css

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

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

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

border-color css

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

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

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