Html Css Color HEX #430984 Indigo

📋 copy color: '#430984'

red 67 ◦ green 9 ◦ blue 132

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

Shades of Indigo #430984

Tints of Indigo #430984

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.33%

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

R = 32.21%
G = 4.33%
B = 63.46%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#430984 (or 0x430984) is known color: Indigo. HEX triplet: 43, 09 and 84. RGB value is (67,9,132). Sum of RGB (Red+Green+Blue) = 67+9+132=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 132 (51.95% from 255 or 63.46% from 208); Max value from RGB is 132 - color contains mainly: blue. Hex color #430984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430984 is #BCF67B. Grayscale: #272727. Windows color (decimal): -12383868 or 8653123. OLE color: 8653123.

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

Color convert

RGB 67 9 132 -
CMYK 0.49 0.93 0 0.48
HSL 268.29º 0.87% 0.28% -
HSV(B) 268.29º 0.93% 0.52% -
XYZ 6.58 3.05 22.07 -
YUV 40.36 179.72 147 -
System Red Green Blue C M Y K H S L
Decimal 67 9 132 0.49 0.93 0 0.48 268.29 0.87 0.28
Hex 43 9 84 31 5D 0 30 10C 57 1C
Octal 103 11 204 61 135 0 60 414 127 34
Binary 1000011 1001 10000100 110001 1011101 0 110000 100001100 1010111 11100

Color Harmonies of #430984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430984

Black with #430984

Text Example


Text Example

White with #430984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430984; }

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

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

background-color css

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

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

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

border-color css

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

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

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