Html Css Color HEX #530B88 Indigo

📋 copy color: '#530B88'

red 83 ◦ green 11 ◦ blue 136

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

Shades of Indigo #530B88

Tints of Indigo #530B88

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.78%

 BLUE value IS 136 (53.52% from 255) = 59.13%

R = 36.09%
G = 4.78%
B = 59.13%

CMYK

 C value IS 0.39

 M value IS 0.92

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#530B88 (or 0x530B88) is known color: Indigo. HEX triplet: 53, 0B and 88. RGB value is (83,11,136). Sum of RGB (Red+Green+Blue) = 83+11+136=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 11 (4.69% from 255 or 4.78% from 230); Blue value is 136 (53.52% from 255 or 59.13% from 230); Max value from RGB is 136 - color contains mainly: blue. Hex color #530B88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530B88 is #ACF477. Grayscale: #2E2E2E. Windows color (decimal): -11334776 or 8915795. OLE color: 8915795.

HSL color Cylindrical-coordinate representation of color #530B88: hue angle of 274.56º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #530B88 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 11 136 -
CMYK 0.39 0.92 0 0.47
HSL 274.56º 0.85% 0.29% -
HSV(B) 274.56º 0.92% 0.53% -
XYZ 8.13 3.86 23.61 -
YUV 46.78 178.35 153.84 -
System Red Green Blue C M Y K H S L
Decimal 83 11 136 0.39 0.92 0 0.47 274.56 0.85 0.29
Hex 53 B 88 27 5C 0 2F 113 55 1D
Octal 123 13 210 47 134 0 57 423 125 35
Binary 1010011 1011 10001000 100111 1011100 0 101111 100010011 1010101 11101

Color Harmonies of #530B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530B88

Black with #530B88

Text Example


Text Example

White with #530B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530B88; }

 p { color: rgb(83,11,136); }

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

background-color css

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

 a { background-color: rgb(83,11,136); }

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

border-color css

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

 span { border-color: rgb(83,11,136); }

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