Html Css Color HEX #430273 Indigo

📋 copy color: '#430273'

red 67 ◦ green 2 ◦ blue 115

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

Shades of Indigo #430273

Tints of Indigo #430273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 62.5%

R = 36.41%
G = 1.09%
B = 62.5%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#430273 (or 0x430273) is known color: Indigo. HEX triplet: 43, 02 and 73. RGB value is (67,2,115). Sum of RGB (Red+Green+Blue) = 67+2+115=184 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.41% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #430273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430273 is #BCFD8C. Grayscale: #212121. Windows color (decimal): -12385677 or 7537219. OLE color: 7537219.

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

Color convert

RGB 67 2 115 -
CMYK 0.42 0.98 0 0.55
HSL 274.51º 0.97% 0.23% -
HSV(B) 274.51º 0.98% 0.45% -
XYZ 5.43 2.47 16.41 -
YUV 34.32 173.53 151.31 -
System Red Green Blue C M Y K H S L
Decimal 67 2 115 0.42 0.98 0 0.55 274.51 0.97 0.23
Hex 43 2 73 2A 62 0 37 113 61 17
Octal 103 2 163 52 142 0 67 423 141 27
Binary 1000011 10 1110011 101010 1100010 0 110111 100010011 1100001 10111

Color Harmonies of #430273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430273

Black with #430273

Text Example


Text Example

White with #430273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430273; }

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

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

background-color css

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

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

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

border-color css

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

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

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