Html Css Color HEX #430C6F Indigo

📋 copy color: '#430C6F'

red 67 ◦ green 12 ◦ blue 111

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

Shades of Indigo #430C6F

Tints of Indigo #430C6F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.32%

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

R = 35.26%
G = 6.32%
B = 58.42%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#430C6F (or 0x430C6F) is known color: Indigo. HEX triplet: 43, 0C and 6F. RGB value is (67,12,111). Sum of RGB (Red+Green+Blue) = 67+12+111=190 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.26% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 111 (43.75% from 255 or 58.42% from 190); Max value from RGB is 111 - color contains mainly: blue. Hex color #430C6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430C6F is #BCF390. Grayscale: #272727. Windows color (decimal): -12383121 or 7277635. OLE color: 7277635.

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

Color convert

RGB 67 12 111 -
CMYK 0.40 0.89 0 0.56
HSL 273.33º 0.8% 0.24% -
HSV(B) 273.33º 0.89% 0.44% -
XYZ 5.32 2.6 15.26 -
YUV 39.73 168.22 147.45 -
System Red Green Blue C M Y K H S L
Decimal 67 12 111 0.40 0.89 0 0.56 273.33 0.8 0.24
Hex 43 C 6F 28 59 0 38 111 50 18
Octal 103 14 157 50 131 0 70 421 120 30
Binary 1000011 1100 1101111 101000 1011001 0 111000 100010001 1010000 11000

Color Harmonies of #430C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430C6F

Black with #430C6F

Text Example


Text Example

White with #430C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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