Html Css Color HEX #530698 Indigo

📋 copy color: '#530698'

red 83 ◦ green 6 ◦ blue 152

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

Shades of Indigo #530698

Tints of Indigo #530698

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.49%

 BLUE value IS 152 (59.77% from 255) = 63.07%

R = 34.44%
G = 2.49%
B = 63.07%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#530698 (or 0x530698) is known color: Indigo. HEX triplet: 53, 06 and 98. RGB value is (83,6,152). Sum of RGB (Red+Green+Blue) = 83+6+152=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #530698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530698 is #ACF967. Grayscale: #2D2D2D. Windows color (decimal): -11336040 or 9963091. OLE color: 9963091.

HSL color Cylindrical-coordinate representation of color #530698: hue angle of 271.64º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530698 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 6 152 -
CMYK 0.45 0.96 0 0.40
HSL 271.64º 0.92% 0.31% -
HSV(B) 271.64º 0.96% 0.6% -
XYZ 9.3 4.24 30.03 -
YUV 45.67 188.01 154.63 -
System Red Green Blue C M Y K H S L
Decimal 83 6 152 0.45 0.96 0 0.40 271.64 0.92 0.31
Hex 53 6 98 2D 60 0 28 110 5C 1F
Octal 123 6 230 55 140 0 50 420 134 37
Binary 1010011 110 10011000 101101 1100000 0 101000 100010000 1011100 11111

Color Harmonies of #530698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530698

Black with #530698

Text Example


Text Example

White with #530698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530698; }

 p { color: rgb(83,6,152); }

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

background-color css

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

 a { background-color: rgb(83,6,152); }

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

border-color css

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

 span { border-color: rgb(83,6,152); }

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