Html Css Color HEX #430E7E Indigo

📋 copy color: '#430E7E'

red 67 ◦ green 14 ◦ blue 126

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

Shades of Indigo #430E7E

Tints of Indigo #430E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 60.87%

R = 32.37%
G = 6.76%
B = 60.87%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#430E7E (or 0x430E7E) is known color: Indigo. HEX triplet: 43, 0E and 7E. RGB value is (67,14,126). Sum of RGB (Red+Green+Blue) = 67+14+126=207 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.37% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 126 (49.61% from 255 or 60.87% from 207); Max value from RGB is 126 - color contains mainly: blue. Hex color #430E7E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430E7E is #BCF181. Grayscale: #2A2A2A. Windows color (decimal): -12382594 or 8261187. OLE color: 8261187.

HSL color Cylindrical-coordinate representation of color #430E7E: hue angle of 268.39º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #430E7E is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 67 14 126 -
CMYK 0.47 0.89 0 0.51
HSL 268.39º 0.8% 0.27% -
HSV(B) 268.39º 0.89% 0.49% -
XYZ 6.24 3.01 19.99 -
YUV 42.62 175.06 145.39 -
System Red Green Blue C M Y K H S L
Decimal 67 14 126 0.47 0.89 0 0.51 268.39 0.8 0.27
Hex 43 E 7E 2F 59 0 33 10C 50 1B
Octal 103 16 176 57 131 0 63 414 120 33
Binary 1000011 1110 1111110 101111 1011001 0 110011 100001100 1010000 11011

Color Harmonies of #430E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430E7E

Black with #430E7E

Text Example


Text Example

White with #430E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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