Html Css Color HEX #430584 Indigo

📋 copy color: '#430584'

red 67 ◦ green 5 ◦ blue 132

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

Shades of Indigo #430584

Tints of Indigo #430584

RGB

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

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

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

R = 32.84%
G = 2.45%
B = 64.71%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#430584 (or 0x430584) is known color: Indigo. HEX triplet: 43, 05 and 84. RGB value is (67,5,132). Sum of RGB (Red+Green+Blue) = 67+5+132=204 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.84% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 132 (51.95% from 255 or 64.71% from 204); Max value from RGB is 132 - color contains mainly: blue. Hex color #430584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430584 is #BCFA7B. Grayscale: #252525. Windows color (decimal): -12384892 or 8652099. OLE color: 8652099.

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

Color convert

RGB 67 5 132 -
CMYK 0.49 0.96 0 0.48
HSL 269.29º 0.93% 0.27% -
HSV(B) 269.29º 0.96% 0.52% -
XYZ 6.53 2.97 22.06 -
YUV 38.02 181.04 148.67 -
System Red Green Blue C M Y K H S L
Decimal 67 5 132 0.49 0.96 0 0.48 269.29 0.93 0.27
Hex 43 5 84 31 60 0 30 10D 5D 1B
Octal 103 5 204 61 140 0 60 415 135 33
Binary 1000011 101 10000100 110001 1100000 0 110000 100001101 1011101 11011

Color Harmonies of #430584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430584

Black with #430584

Text Example


Text Example

White with #430584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430584; }

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

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

background-color css

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

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

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

border-color css

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

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

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