Html Css Color HEX #430E74 Indigo

📋 copy color: '#430E74'

red 67 ◦ green 14 ◦ blue 116

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

Shades of Indigo #430E74

Tints of Indigo #430E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 58.88%

R = 34.01%
G = 7.11%
B = 58.88%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#430E74 (or 0x430E74) is known color: Indigo. HEX triplet: 43, 0E and 74. RGB value is (67,14,116). Sum of RGB (Red+Green+Blue) = 67+14+116=197 (26% of max value = 765). Red value is 67 (26.56% from 255 or 34.01% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #430E74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430E74 is #BCF18B. Grayscale: #292929. Windows color (decimal): -12382604 or 7605827. OLE color: 7605827.

HSL color Cylindrical-coordinate representation of color #430E74: hue angle of 271.18º 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 #430E74 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 67 14 116 -
CMYK 0.42 0.88 0 0.55
HSL 271.18º 0.78% 0.25% -
HSV(B) 271.18º 0.88% 0.45% -
XYZ 5.62 2.77 16.76 -
YUV 41.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 67 14 116 0.42 0.88 0 0.55 271.18 0.78 0.25
Hex 43 E 74 2A 58 0 37 10F 4E 19
Octal 103 16 164 52 130 0 67 417 116 31
Binary 1000011 1110 1110100 101010 1011000 0 110111 100001111 1001110 11001

Color Harmonies of #430E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430E74

Black with #430E74

Text Example


Text Example

White with #430E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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