Html Css Color HEX #430782 Indigo

📋 copy color: '#430782'

red 67 ◦ green 7 ◦ blue 130

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

Shades of Indigo #430782

Tints of Indigo #430782

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.43%

 BLUE value IS 130 (51.17% from 255) = 63.73%

R = 32.84%
G = 3.43%
B = 63.73%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#430782 (or 0x430782) is known color: Indigo. HEX triplet: 43, 07 and 82. RGB value is (67,7,130). Sum of RGB (Red+Green+Blue) = 67+7+130=204 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.84% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 130 (51.17% from 255 or 63.73% from 204); Max value from RGB is 130 - color contains mainly: blue. Hex color #430782 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430782 is #BCF87D. Grayscale: #262626. Windows color (decimal): -12384382 or 8521539. OLE color: 8521539.

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

Color convert

RGB 67 7 130 -
CMYK 0.48 0.95 0 0.49
HSL 269.27º 0.9% 0.27% -
HSV(B) 269.27º 0.95% 0.51% -
XYZ 6.42 2.96 21.35 -
YUV 38.96 179.38 148 -
System Red Green Blue C M Y K H S L
Decimal 67 7 130 0.48 0.95 0 0.49 269.27 0.9 0.27
Hex 43 7 82 30 5F 0 31 10D 5A 1B
Octal 103 7 202 60 137 0 61 415 132 33
Binary 1000011 111 10000010 110000 1011111 0 110001 100001101 1011010 11011

Color Harmonies of #430782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430782

Black with #430782

Text Example


Text Example

White with #430782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430782; }

 p { color: rgb(67,7,130); }

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

background-color css

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

 a { background-color: rgb(67,7,130); }

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

border-color css

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

 span { border-color: rgb(67,7,130); }

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