Html Css Color HEX #430474 Indigo

📋 copy color: '#430474'

red 67 ◦ green 4 ◦ blue 116

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

Shades of Indigo #430474

Tints of Indigo #430474

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.14%

 BLUE value IS 116 (45.7% from 255) = 62.03%

R = 35.83%
G = 2.14%
B = 62.03%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#430474 (or 0x430474) is known color: Indigo. HEX triplet: 43, 04 and 74. RGB value is (67,4,116). Sum of RGB (Red+Green+Blue) = 67+4+116=187 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.83% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 116 (45.70% from 255 or 62.03% from 187); Max value from RGB is 116 - color contains mainly: blue. Hex color #430474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430474 is #BCFB8B. Grayscale: #232323. Windows color (decimal): -12385164 or 7603267. OLE color: 7603267.

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

Color convert

RGB 67 4 116 -
CMYK 0.42 0.97 0 0.55
HSL 273.75º 0.93% 0.24% -
HSV(B) 273.75º 0.97% 0.45% -
XYZ 5.51 2.54 16.72 -
YUV 35.61 173.37 150.39 -
System Red Green Blue C M Y K H S L
Decimal 67 4 116 0.42 0.97 0 0.55 273.75 0.93 0.24
Hex 43 4 74 2A 61 0 37 112 5D 18
Octal 103 4 164 52 141 0 67 422 135 30
Binary 1000011 100 1110100 101010 1100001 0 110111 100010010 1011101 11000

Color Harmonies of #430474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430474

Black with #430474

Text Example


Text Example

White with #430474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430474; }

 p { color: rgb(67,4,116); }

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

background-color css

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

 a { background-color: rgb(67,4,116); }

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

border-color css

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

 span { border-color: rgb(67,4,116); }

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