Html Css Color HEX #430960 Indigo

📋 copy color: '#430960'

red 67 ◦ green 9 ◦ blue 96

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

Shades of Indigo #430960

Tints of Indigo #430960

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.23%

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

R = 38.95%
G = 5.23%
B = 55.81%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#430960 (or 0x430960) is known color: Indigo. HEX triplet: 43, 09 and 60. RGB value is (67,9,96). Sum of RGB (Red+Green+Blue) = 67+9+96=172 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.95% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #430960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430960 is #BCF69F. Grayscale: #232323. Windows color (decimal): -12383904 or 6293827. OLE color: 6293827.

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

Color convert

RGB 67 9 96 -
CMYK 0.30 0.91 0 0.62
HSL 280º 0.83% 0.21% -
HSV(B) 280º 0.91% 0.38% -
XYZ 4.52 2.23 11.26 -
YUV 36.26 161.72 149.93 -
System Red Green Blue C M Y K H S L
Decimal 67 9 96 0.30 0.91 0 0.62 280 0.83 0.21
Hex 43 9 60 1E 5B 0 3E 118 53 15
Octal 103 11 140 36 133 0 76 430 123 25
Binary 1000011 1001 1100000 11110 1011011 0 111110 100011000 1010011 10101

Color Harmonies of #430960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430960

Black with #430960

Text Example


Text Example

White with #430960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430960; }

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

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

background-color css

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

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

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

border-color css

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

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

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