Html Css Color HEX #430495 Indigo

📋 copy color: '#430495'

red 67 ◦ green 4 ◦ blue 149

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

Shades of Indigo #430495

Tints of Indigo #430495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.82%

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

R = 30.45%
G = 1.82%
B = 67.73%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#430495 (or 0x430495) is known color: Indigo. HEX triplet: 43, 04 and 95. RGB value is (67,4,149). Sum of RGB (Red+Green+Blue) = 67+4+149=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #430495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430495 is #BCFB6A. Grayscale: #262626. Windows color (decimal): -12385131 or 9765955. OLE color: 9765955.

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

Color convert

RGB 67 4 149 -
CMYK 0.55 0.97 0 0.42
HSL 266.07º 0.95% 0.3% -
HSV(B) 266.07º 0.97% 0.58% -
XYZ 7.78 3.45 28.69 -
YUV 39.37 189.87 147.71 -
System Red Green Blue C M Y K H S L
Decimal 67 4 149 0.55 0.97 0 0.42 266.07 0.95 0.3
Hex 43 4 95 37 61 0 2A 10A 5F 1E
Octal 103 4 225 67 141 0 52 412 137 36
Binary 1000011 100 10010101 110111 1100001 0 101010 100001010 1011111 11110

Color Harmonies of #430495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430495

Black with #430495

Text Example


Text Example

White with #430495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430495; }

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

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

background-color css

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

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

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

border-color css

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

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

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