Html Css Color HEX #530E9C Indigo

📋 copy color: '#530E9C'

red 83 ◦ green 14 ◦ blue 156

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

Shades of Indigo #530E9C

Tints of Indigo #530E9C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.53%

 BLUE value IS 156 (61.33% from 255) = 61.66%

R = 32.81%
G = 5.53%
B = 61.66%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#530E9C (or 0x530E9C) is known color: Indigo. HEX triplet: 53, 0E and 9C. RGB value is (83,14,156). Sum of RGB (Red+Green+Blue) = 83+14+156=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 156 (61.33% from 255 or 61.66% from 253); Max value from RGB is 156 - color contains mainly: blue. Hex color #530E9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530E9C is #ACF163. Grayscale: #323232. Windows color (decimal): -11333988 or 10227283. OLE color: 10227283.

HSL color Cylindrical-coordinate representation of color #530E9C: hue angle of 269.15º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #530E9C is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 14 156 -
CMYK 0.47 0.91 0 0.39
HSL 269.15º 0.84% 0.33% -
HSV(B) 269.15º 0.91% 0.61% -
XYZ 9.73 4.55 31.82 -
YUV 50.82 187.36 150.95 -
System Red Green Blue C M Y K H S L
Decimal 83 14 156 0.47 0.91 0 0.39 269.15 0.84 0.33
Hex 53 E 9C 2F 5B 0 27 10D 54 21
Octal 123 16 234 57 133 0 47 415 124 41
Binary 1010011 1110 10011100 101111 1011011 0 100111 100001101 1010100 100001

Color Harmonies of #530E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530E9C

Black with #530E9C

Text Example


Text Example

White with #530E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,14,156); }

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

background-color css

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

 a { background-color: rgb(83,14,156); }

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

border-color css

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

 span { border-color: rgb(83,14,156); }

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