Html Css Color HEX #430195 Indigo

📋 copy color: '#430195'

red 67 ◦ green 1 ◦ blue 149

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

Shades of Indigo #430195

Tints of Indigo #430195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 68.66%

R = 30.88%
G = 0.46%
B = 68.66%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#430195 (or 0x430195) is known color: Indigo. HEX triplet: 43, 01 and 95. RGB value is (67,1,149). Sum of RGB (Red+Green+Blue) = 67+1+149=217 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.88% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 149 (58.59% from 255 or 68.66% from 217); Max value from RGB is 149 - color contains mainly: blue. Hex color #430195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430195 is #BCFE6A. Grayscale: #252525. Windows color (decimal): -12385899 or 9765187. OLE color: 9765187.

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

Color convert

RGB 67 1 149 -
CMYK 0.55 0.99 0 0.42
HSL 266.76º 0.99% 0.29% -
HSV(B) 266.76º 0.99% 0.58% -
XYZ 7.75 3.38 28.68 -
YUV 37.61 190.87 148.97 -
System Red Green Blue C M Y K H S L
Decimal 67 1 149 0.55 0.99 0 0.42 266.76 0.99 0.29
Hex 43 1 95 37 63 0 2A 10B 63 1D
Octal 103 1 225 67 143 0 52 413 143 35
Binary 1000011 1 10010101 110111 1100011 0 101010 100001011 1100011 11101

Color Harmonies of #430195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430195

Black with #430195

Text Example


Text Example

White with #430195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430195; }

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

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

background-color css

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

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

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

border-color css

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

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

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