Html Css Color HEX #430278 Indigo

📋 copy color: '#430278'

red 67 ◦ green 2 ◦ blue 120

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

Shades of Indigo #430278

Tints of Indigo #430278

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

 BLUE value IS 120 (47.27% from 255) = 63.49%

R = 35.45%
G = 1.06%
B = 63.49%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#430278 (or 0x430278) is known color: Indigo. HEX triplet: 43, 02 and 78. RGB value is (67,2,120). Sum of RGB (Red+Green+Blue) = 67+2+120=189 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.45% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 120 (47.27% from 255 or 63.49% from 189); Max value from RGB is 120 - color contains mainly: blue. Hex color #430278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430278 is #BCFD87. Grayscale: #222222. Windows color (decimal): -12385672 or 7864899. OLE color: 7864899.

HSL color Cylindrical-coordinate representation of color #430278: hue angle of 273.05º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #430278 is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 67 2 120 -
CMYK 0.44 0.98 0 0.53
HSL 273.05º 0.97% 0.24% -
HSV(B) 273.05º 0.98% 0.47% -
XYZ 5.73 2.59 17.97 -
YUV 34.89 176.03 150.91 -
System Red Green Blue C M Y K H S L
Decimal 67 2 120 0.44 0.98 0 0.53 273.05 0.97 0.24
Hex 43 2 78 2C 62 0 35 111 61 18
Octal 103 2 170 54 142 0 65 421 141 30
Binary 1000011 10 1111000 101100 1100010 0 110101 100010001 1100001 11000

Color Harmonies of #430278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430278

Black with #430278

Text Example


Text Example

White with #430278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430278; }

 p { color: rgb(67,2,120); }

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

background-color css

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

 a { background-color: rgb(67,2,120); }

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

border-color css

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

 span { border-color: rgb(67,2,120); }

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