Html Css Color HEX #430C9A Indigo

📋 copy color: '#430C9A'

red 67 ◦ green 12 ◦ blue 154

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

Shades of Indigo #430C9A

Tints of Indigo #430C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 66.09%

R = 28.76%
G = 5.15%
B = 66.09%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#430C9A (or 0x430C9A) is known color: Indigo. HEX triplet: 43, 0C and 9A. RGB value is (67,12,154). Sum of RGB (Red+Green+Blue) = 67+12+154=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 154 (60.55% from 255 or 66.09% from 233); Max value from RGB is 154 - color contains mainly: blue. Hex color #430C9A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430C9A is #BCF365. Grayscale: #2C2C2C. Windows color (decimal): -12383078 or 10095683. OLE color: 10095683.

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

Color convert

RGB 67 12 154 -
CMYK 0.56 0.92 0 0.40
HSL 263.24º 0.86% 0.33% -
HSV(B) 263.24º 0.92% 0.6% -
XYZ 8.28 3.79 30.87 -
YUV 44.63 189.72 143.95 -
System Red Green Blue C M Y K H S L
Decimal 67 12 154 0.56 0.92 0 0.40 263.24 0.86 0.33
Hex 43 C 9A 38 5C 0 28 107 56 21
Octal 103 14 232 70 134 0 50 407 126 41
Binary 1000011 1100 10011010 111000 1011100 0 101000 100000111 1010110 100001

Color Harmonies of #430C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430C9A

Black with #430C9A

Text Example


Text Example

White with #430C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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