Html Css Color HEX #430C7C Indigo

📋 copy color: '#430C7C'

red 67 ◦ green 12 ◦ blue 124

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

Shades of Indigo #430C7C

Tints of Indigo #430C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 61.08%

R = 33%
G = 5.91%
B = 61.08%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#430C7C (or 0x430C7C) is known color: Indigo. HEX triplet: 43, 0C and 7C. RGB value is (67,12,124). Sum of RGB (Red+Green+Blue) = 67+12+124=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #430C7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430C7C is #BCF383. Grayscale: #282828. Windows color (decimal): -12383108 or 8129603. OLE color: 8129603.

HSL color Cylindrical-coordinate representation of color #430C7C: hue angle of 269.46º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #430C7C is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 67 12 124 -
CMYK 0.46 0.90 0 0.51
HSL 269.46º 0.82% 0.27% -
HSV(B) 269.46º 0.9% 0.49% -
XYZ 6.08 2.91 19.31 -
YUV 41.21 174.72 146.39 -
System Red Green Blue C M Y K H S L
Decimal 67 12 124 0.46 0.90 0 0.51 269.46 0.82 0.27
Hex 43 C 7C 2E 5A 0 33 10D 52 1B
Octal 103 14 174 56 132 0 63 415 122 33
Binary 1000011 1100 1111100 101110 1011010 0 110011 100001101 1010010 11011

Color Harmonies of #430C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430C7C

Black with #430C7C

Text Example


Text Example

White with #430C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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