Html Css Color HEX #430175 Indigo

📋 copy color: '#430175'

red 67 ◦ green 1 ◦ blue 117

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

Shades of Indigo #430175

Tints of Indigo #430175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 63.24%

R = 36.22%
G = 0.54%
B = 63.24%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#430175 (or 0x430175) is known color: Indigo. HEX triplet: 43, 01 and 75. RGB value is (67,1,117). Sum of RGB (Red+Green+Blue) = 67+1+117=185 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.22% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 117 (46.09% from 255 or 63.24% from 185); Max value from RGB is 117 - color contains mainly: blue. Hex color #430175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430175 is #BCFE8A. Grayscale: #212121. Windows color (decimal): -12385931 or 7668035. OLE color: 7668035.

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

Color convert

RGB 67 1 117 -
CMYK 0.43 0.99 0 0.54
HSL 274.14º 0.98% 0.23% -
HSV(B) 274.14º 0.99% 0.46% -
XYZ 5.54 2.5 17.02 -
YUV 33.96 174.87 151.57 -
System Red Green Blue C M Y K H S L
Decimal 67 1 117 0.43 0.99 0 0.54 274.14 0.98 0.23
Hex 43 1 75 2B 63 0 36 112 62 17
Octal 103 1 165 53 143 0 66 422 142 27
Binary 1000011 1 1110101 101011 1100011 0 110110 100010010 1100010 10111

Color Harmonies of #430175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430175

Black with #430175

Text Example


Text Example

White with #430175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430175; }

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

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

background-color css

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

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

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

border-color css

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

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

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