Html Css Color HEX #430572 Indigo

📋 copy color: '#430572'

red 67 ◦ green 5 ◦ blue 114

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

Shades of Indigo #430572

Tints of Indigo #430572

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.69%

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

R = 36.02%
G = 2.69%
B = 61.29%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#430572 (or 0x430572) is known color: Indigo. HEX triplet: 43, 05 and 72. RGB value is (67,5,114). Sum of RGB (Red+Green+Blue) = 67+5+114=186 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.02% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #430572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430572 is #BCFA8D. Grayscale: #232323. Windows color (decimal): -12384910 or 7472451. OLE color: 7472451.

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

Color convert

RGB 67 5 114 -
CMYK 0.41 0.96 0 0.55
HSL 274.13º 0.92% 0.23% -
HSV(B) 274.13º 0.96% 0.45% -
XYZ 5.41 2.52 16.12 -
YUV 35.96 172.04 150.14 -
System Red Green Blue C M Y K H S L
Decimal 67 5 114 0.41 0.96 0 0.55 274.13 0.92 0.23
Hex 43 5 72 29 60 0 37 112 5C 17
Octal 103 5 162 51 140 0 67 422 134 27
Binary 1000011 101 1110010 101001 1100000 0 110111 100010010 1011100 10111

Color Harmonies of #430572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430572

Black with #430572

Text Example


Text Example

White with #430572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430572; }

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

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

background-color css

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

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

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

border-color css

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

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

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