Html Css Color HEX #430E72 Indigo

📋 copy color: '#430E72'

red 67 ◦ green 14 ◦ blue 114

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

Shades of Indigo #430E72

Tints of Indigo #430E72

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.18%

 BLUE value IS 114 (44.92% from 255) = 58.46%

R = 34.36%
G = 7.18%
B = 58.46%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#430E72 (or 0x430E72) is known color: Indigo. HEX triplet: 43, 0E and 72. RGB value is (67,14,114). Sum of RGB (Red+Green+Blue) = 67+14+114=195 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.36% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #430E72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430E72 is #BCF18D. Grayscale: #282828. Windows color (decimal): -12382606 or 7474755. OLE color: 7474755.

HSL color Cylindrical-coordinate representation of color #430E72: hue angle of 271.8º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #430E72 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 67 14 114 -
CMYK 0.41 0.88 0 0.55
HSL 271.8º 0.78% 0.25% -
HSV(B) 271.8º 0.88% 0.45% -
XYZ 5.51 2.72 16.15 -
YUV 41.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 67 14 114 0.41 0.88 0 0.55 271.8 0.78 0.25
Hex 43 E 72 29 58 0 37 110 4E 19
Octal 103 16 162 51 130 0 67 420 116 31
Binary 1000011 1110 1110010 101001 1011000 0 110111 100010000 1001110 11001

Color Harmonies of #430E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430E72

Black with #430E72

Text Example


Text Example

White with #430E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430E72; }

 p { color: rgb(67,14,114); }

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

background-color css

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

 a { background-color: rgb(67,14,114); }

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

border-color css

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

 span { border-color: rgb(67,14,114); }

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