Html Css Color HEX #430C99 Indigo

📋 copy color: '#430C99'

red 67 ◦ green 12 ◦ blue 153

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

Shades of Indigo #430C99

Tints of Indigo #430C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 65.95%

R = 28.88%
G = 5.17%
B = 65.95%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#430C99 (or 0x430C99) is known color: Indigo. HEX triplet: 43, 0C and 99. RGB value is (67,12,153). Sum of RGB (Red+Green+Blue) = 67+12+153=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #430C99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430C99 is #BCF366. Grayscale: #2C2C2C. Windows color (decimal): -12383079 or 10030147. OLE color: 10030147.

HSL color Cylindrical-coordinate representation of color #430C99: hue angle of 263.4º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430C99 is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 67 12 153 -
CMYK 0.56 0.92 0 0.4
HSL 263.4º 0.85% 0.32% -
HSV(B) 263.4º 0.92% 0.6% -
XYZ 8.2 3.76 30.43 -
YUV 44.52 189.22 144.04 -
System Red Green Blue C M Y K H S L
Decimal 67 12 153 0.56 0.92 0 0.4 263.4 0.85 0.32
Hex 43 C 99 38 5C 0 28 107 55 20
Octal 103 14 231 70 134 0 50 407 125 40
Binary 1000011 1100 10011001 111000 1011100 0 101000 100000111 1010101 100000

Color Harmonies of #430C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430C99

Black with #430C99

Text Example


Text Example

White with #430C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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