Html Css Color HEX #430172 Indigo

📋 copy color: '#430172'

red 67 ◦ green 1 ◦ blue 114

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

Shades of Indigo #430172

Tints of Indigo #430172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 62.64%

R = 36.81%
G = 0.55%
B = 62.64%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#430172 (or 0x430172) is known color: Indigo. HEX triplet: 43, 01 and 72. RGB value is (67,1,114). Sum of RGB (Red+Green+Blue) = 67+1+114=182 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.81% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 114 (44.92% from 255 or 62.64% from 182); Max value from RGB is 114 - color contains mainly: blue. Hex color #430172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430172 is #BCFE8D. Grayscale: #212121. Windows color (decimal): -12385934 or 7471427. OLE color: 7471427.

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

Color convert

RGB 67 1 114 -
CMYK 0.41 0.99 0 0.55
HSL 275.04º 0.98% 0.23% -
HSV(B) 275.04º 0.99% 0.45% -
XYZ 5.36 2.43 16.11 -
YUV 33.62 173.37 151.81 -
System Red Green Blue C M Y K H S L
Decimal 67 1 114 0.41 0.99 0 0.55 275.04 0.98 0.23
Hex 43 1 72 29 63 0 37 113 62 17
Octal 103 1 162 51 143 0 67 423 142 27
Binary 1000011 1 1110010 101001 1100011 0 110111 100010011 1100010 10111

Color Harmonies of #430172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430172

Black with #430172

Text Example


Text Example

White with #430172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430172; }

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

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

background-color css

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

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

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

border-color css

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

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

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