Html Css Color HEX #430295 Indigo

📋 copy color: '#430295'

red 67 ◦ green 2 ◦ blue 149

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

Shades of Indigo #430295

Tints of Indigo #430295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

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

R = 30.73%
G = 0.92%
B = 68.35%

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

#430295 (or 0x430295) is known color: Indigo. HEX triplet: 43, 02 and 95. RGB value is (67,2,149). Sum of RGB (Red+Green+Blue) = 67+2+149=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #430295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430295 is #BCFD6A. Grayscale: #252525. Windows color (decimal): -12385643 or 9765443. OLE color: 9765443.

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

Color convert

RGB 67 2 149 -
CMYK 0.55 0.99 0 0.42
HSL 266.53º 0.97% 0.3% -
HSV(B) 266.53º 0.99% 0.58% -
XYZ 7.76 3.41 28.68 -
YUV 38.19 190.53 148.55 -
System Red Green Blue C M Y K H S L
Decimal 67 2 149 0.55 0.99 0 0.42 266.53 0.97 0.3
Hex 43 2 95 37 63 0 2A 10B 61 1E
Octal 103 2 225 67 143 0 52 413 141 36
Binary 1000011 10 10010101 110111 1100011 0 101010 100001011 1100001 11110

Color Harmonies of #430295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430295

Black with #430295

Text Example


Text Example

White with #430295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430295; }

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

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

background-color css

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

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

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

border-color css

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

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

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