Html Css Color HEX #530B68 Indigo

📋 copy color: '#530B68'

red 83 ◦ green 11 ◦ blue 104

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

Shades of Indigo #530B68

Tints of Indigo #530B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 52.53%

R = 41.92%
G = 5.56%
B = 52.53%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#530B68 (or 0x530B68) is known color: Indigo. HEX triplet: 53, 0B and 68. RGB value is (83,11,104). Sum of RGB (Red+Green+Blue) = 83+11+104=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #530B68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530B68 is #ACF497. Grayscale: #2A2A2A. Windows color (decimal): -11334808 or 6818643. OLE color: 6818643.

HSL color Cylindrical-coordinate representation of color #530B68: hue angle of 286.45º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #530B68 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 11 104 -
CMYK 0.20 0.89 0 0.59
HSL 286.45º 0.81% 0.23% -
HSV(B) 286.45º 0.89% 0.41% -
XYZ 6.19 3.08 13.36 -
YUV 43.13 162.35 156.44 -
System Red Green Blue C M Y K H S L
Decimal 83 11 104 0.20 0.89 0 0.59 286.45 0.81 0.23
Hex 53 B 68 14 59 0 3B 11E 51 17
Octal 123 13 150 24 131 0 73 436 121 27
Binary 1010011 1011 1101000 10100 1011001 0 111011 100011110 1010001 10111

Color Harmonies of #530B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530B68

Black with #530B68

Text Example


Text Example

White with #530B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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