Html Css Color HEX #530985 Indigo

📋 copy color: '#530985'

red 83 ◦ green 9 ◦ blue 133

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

Shades of Indigo #530985

Tints of Indigo #530985

RGB

 RED value IS 83 (32.81% from 255) = 36.89%

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

 BLUE value IS 133 (52.34% from 255) = 59.11%

R = 36.89%
G = 4%
B = 59.11%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#530985 (or 0x530985) is known color: Indigo. HEX triplet: 53, 09 and 85. RGB value is (83,9,133). Sum of RGB (Red+Green+Blue) = 83+9+133=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #530985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530985 is #ACF67A. Grayscale: #2C2C2C. Windows color (decimal): -11335291 or 8718675. OLE color: 8718675.

HSL color Cylindrical-coordinate representation of color #530985: hue angle of 275.81º 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 #530985 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 9 133 -
CMYK 0.38 0.93 0 0.48
HSL 275.81º 0.87% 0.28% -
HSV(B) 275.81º 0.93% 0.52% -
XYZ 7.9 3.73 22.49 -
YUV 45.26 177.52 154.92 -
System Red Green Blue C M Y K H S L
Decimal 83 9 133 0.38 0.93 0 0.48 275.81 0.87 0.28
Hex 53 9 85 26 5D 0 30 114 57 1C
Octal 123 11 205 46 135 0 60 424 127 34
Binary 1010011 1001 10000101 100110 1011101 0 110000 100010100 1010111 11100

Color Harmonies of #530985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530985

Black with #530985

Text Example


Text Example

White with #530985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530985; }

 p { color: rgb(83,9,133); }

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

background-color css

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

 a { background-color: rgb(83,9,133); }

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

border-color css

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

 span { border-color: rgb(83,9,133); }

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