Html Css Color HEX #430994 Indigo

📋 copy color: '#430994'

red 67 ◦ green 9 ◦ blue 148

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

Shades of Indigo #430994

Tints of Indigo #430994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.02%

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

R = 29.91%
G = 4.02%
B = 66.07%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#430994 (or 0x430994) is known color: Indigo. HEX triplet: 43, 09 and 94. RGB value is (67,9,148). Sum of RGB (Red+Green+Blue) = 67+9+148=224 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.91% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 148 (58.20% from 255 or 66.07% from 224); Max value from RGB is 148 - color contains mainly: blue. Hex color #430994 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430994 is #BCF66B. Grayscale: #292929. Windows color (decimal): -12383852 or 9701699. OLE color: 9701699.

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

Color convert

RGB 67 9 148 -
CMYK 0.55 0.94 0 0.42
HSL 265.04º 0.89% 0.31% -
HSV(B) 265.04º 0.94% 0.58% -
XYZ 7.76 3.53 28.29 -
YUV 42.19 187.72 145.7 -
System Red Green Blue C M Y K H S L
Decimal 67 9 148 0.55 0.94 0 0.42 265.04 0.89 0.31
Hex 43 9 94 37 5E 0 2A 109 59 1F
Octal 103 11 224 67 136 0 52 411 131 37
Binary 1000011 1001 10010100 110111 1011110 0 101010 100001001 1011001 11111

Color Harmonies of #430994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430994

Black with #430994

Text Example


Text Example

White with #430994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430994; }

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

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

background-color css

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

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

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

border-color css

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

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

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