Html Css Color HEX #430C94 Indigo

📋 copy color: '#430C94'

red 67 ◦ green 12 ◦ blue 148

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

Shades of Indigo #430C94

Tints of Indigo #430C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 65.2%

R = 29.52%
G = 5.29%
B = 65.2%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#430C94 (or 0x430C94) is known color: Indigo. HEX triplet: 43, 0C and 94. RGB value is (67,12,148). Sum of RGB (Red+Green+Blue) = 67+12+148=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 148 (58.20% from 255 or 65.20% from 227); Max value from RGB is 148 - color contains mainly: blue. Hex color #430C94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430C94 is #BCF36B. Grayscale: #2B2B2B. Windows color (decimal): -12383084 or 9702467. OLE color: 9702467.

HSL color Cylindrical-coordinate representation of color #430C94: hue angle of 264.26º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430C94 is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 67 12 148 -
CMYK 0.55 0.92 0 0.42
HSL 264.26º 0.85% 0.31% -
HSV(B) 264.26º 0.92% 0.58% -
XYZ 7.79 3.59 28.3 -
YUV 43.95 186.72 144.44 -
System Red Green Blue C M Y K H S L
Decimal 67 12 148 0.55 0.92 0 0.42 264.26 0.85 0.31
Hex 43 C 94 37 5C 0 2A 108 55 1F
Octal 103 14 224 67 134 0 52 410 125 37
Binary 1000011 1100 10010100 110111 1011100 0 101010 100001000 1010101 11111

Color Harmonies of #430C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430C94

Black with #430C94

Text Example


Text Example

White with #430C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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