Html Css Color HEX #430190 Indigo

📋 copy color: '#430190'

red 67 ◦ green 1 ◦ blue 144

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

Shades of Indigo #430190

Tints of Indigo #430190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 144 (56.64% from 255) = 67.92%

R = 31.6%
G = 0.47%
B = 67.92%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#430190 (or 0x430190) is known color: Indigo. HEX triplet: 43, 01 and 90. RGB value is (67,1,144). Sum of RGB (Red+Green+Blue) = 67+1+144=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #430190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430190 is #BCFE6F. Grayscale: #242424. Windows color (decimal): -12385904 or 9437507. OLE color: 9437507.

HSL color Cylindrical-coordinate representation of color #430190: hue angle of 267.69º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430190 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 1 144 -
CMYK 0.53 0.99 0 0.44
HSL 267.69º 0.99% 0.28% -
HSV(B) 267.69º 0.99% 0.56% -
XYZ 7.36 3.23 26.62 -
YUV 37.04 188.37 149.37 -
System Red Green Blue C M Y K H S L
Decimal 67 1 144 0.53 0.99 0 0.44 267.69 0.99 0.28
Hex 43 1 90 35 63 0 2C 10C 63 1C
Octal 103 1 220 65 143 0 54 414 143 34
Binary 1000011 1 10010000 110101 1100011 0 101100 100001100 1100011 11100

Color Harmonies of #430190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430190

Black with #430190

Text Example


Text Example

White with #430190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430190; }

 p { color: rgb(67,1,144); }

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

background-color css

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

 a { background-color: rgb(67,1,144); }

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

border-color css

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

 span { border-color: rgb(67,1,144); }

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