Html Css Color HEX #430484 Indigo

📋 copy color: '#430484'

red 67 ◦ green 4 ◦ blue 132

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

Shades of Indigo #430484

Tints of Indigo #430484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 65.02%

R = 33%
G = 1.97%
B = 65.02%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#430484 (or 0x430484) is known color: Indigo. HEX triplet: 43, 04 and 84. RGB value is (67,4,132). Sum of RGB (Red+Green+Blue) = 67+4+132=203 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.00% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 132 (51.95% from 255 or 65.02% from 203); Max value from RGB is 132 - color contains mainly: blue. Hex color #430484 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430484 is #BCFB7B. Grayscale: #242424. Windows color (decimal): -12385148 or 8651843. OLE color: 8651843.

HSL color Cylindrical-coordinate representation of color #430484: hue angle of 269.53º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #430484 is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 67 4 132 -
CMYK 0.49 0.97 0 0.48
HSL 269.53º 0.94% 0.27% -
HSV(B) 269.53º 0.97% 0.52% -
XYZ 6.52 2.95 22.05 -
YUV 37.43 181.37 149.09 -
System Red Green Blue C M Y K H S L
Decimal 67 4 132 0.49 0.97 0 0.48 269.53 0.94 0.27
Hex 43 4 84 31 61 0 30 10E 5E 1B
Octal 103 4 204 61 141 0 60 416 136 33
Binary 1000011 100 10000100 110001 1100001 0 110000 100001110 1011110 11011

Color Harmonies of #430484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430484

Black with #430484

Text Example


Text Example

White with #430484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430484; }

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

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

background-color css

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

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

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

border-color css

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

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

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