Html Css Color HEX #430E6F Indigo

📋 copy color: '#430E6F'

red 67 ◦ green 14 ◦ blue 111

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

Shades of Indigo #430E6F

Tints of Indigo #430E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 57.81%

R = 34.9%
G = 7.29%
B = 57.81%

CMYK

 C value IS 0.40

 M value IS 0.87

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#430E6F (or 0x430E6F) is known color: Indigo. HEX triplet: 43, 0E and 6F. RGB value is (67,14,111). Sum of RGB (Red+Green+Blue) = 67+14+111=192 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.90% from 192); Green value is 14 (5.86% from 255 or 7.29% from 192); Blue value is 111 (43.75% from 255 or 57.81% from 192); Max value from RGB is 111 - color contains mainly: blue. Hex color #430E6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430E6F is #BCF190. Grayscale: #282828. Windows color (decimal): -12382609 or 7278147. OLE color: 7278147.

HSL color Cylindrical-coordinate representation of color #430E6F: hue angle of 272.78º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #430E6F is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 14 111 -
CMYK 0.40 0.87 0 0.56
HSL 272.78º 0.78% 0.25% -
HSV(B) 272.78º 0.87% 0.44% -
XYZ 5.34 2.66 15.27 -
YUV 40.91 167.56 146.61 -
System Red Green Blue C M Y K H S L
Decimal 67 14 111 0.40 0.87 0 0.56 272.78 0.78 0.25
Hex 43 E 6F 28 57 0 38 111 4E 19
Octal 103 16 157 50 127 0 70 421 116 31
Binary 1000011 1110 1101111 101000 1010111 0 111000 100010001 1001110 11001

Color Harmonies of #430E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430E6F

Black with #430E6F

Text Example


Text Example

White with #430E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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