Html Css Color HEX #430170 Indigo

📋 copy color: '#430170'

red 67 ◦ green 1 ◦ blue 112

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

Shades of Indigo #430170

Tints of Indigo #430170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 62.22%

R = 37.22%
G = 0.56%
B = 62.22%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#430170 (or 0x430170) is known color: Indigo. HEX triplet: 43, 01 and 70. RGB value is (67,1,112). Sum of RGB (Red+Green+Blue) = 67+1+112=180 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.22% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #430170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430170 is #BCFE8F. Grayscale: #212121. Windows color (decimal): -12385936 or 7340355. OLE color: 7340355.

HSL color Cylindrical-coordinate representation of color #430170: hue angle of 275.68º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430170 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 1 112 -
CMYK 0.40 0.99 0 0.56
HSL 275.68º 0.98% 0.22% -
HSV(B) 275.68º 0.99% 0.44% -
XYZ 5.25 2.38 15.51 -
YUV 33.39 172.37 151.97 -
System Red Green Blue C M Y K H S L
Decimal 67 1 112 0.40 0.99 0 0.56 275.68 0.98 0.22
Hex 43 1 70 28 63 0 38 114 62 16
Octal 103 1 160 50 143 0 70 424 142 26
Binary 1000011 1 1110000 101000 1100011 0 111000 100010100 1100010 10110

Color Harmonies of #430170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430170

Black with #430170

Text Example


Text Example

White with #430170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430170; }

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

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

background-color css

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

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

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

border-color css

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

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

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