Html Css Color HEX #53068C Indigo

📋 copy color: '#53068C'

red 83 ◦ green 6 ◦ blue 140

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

Shades of Indigo #53068C

Tints of Indigo #53068C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 61.14%

R = 36.24%
G = 2.62%
B = 61.14%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53068C (or 0x53068C) is known color: Indigo. HEX triplet: 53, 06 and 8C. RGB value is (83,6,140). Sum of RGB (Red+Green+Blue) = 83+6+140=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 140 (55.08% from 255 or 61.14% from 229); Max value from RGB is 140 - color contains mainly: blue. Hex color #53068C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #53068C is #ACF973. Grayscale: #2B2B2B. Windows color (decimal): -11336052 or 9176659. OLE color: 9176659.

HSL color Cylindrical-coordinate representation of color #53068C: hue angle of 274.48º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #53068C is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 6 140 -
CMYK 0.41 0.96 0 0.45
HSL 274.48º 0.92% 0.29% -
HSV(B) 274.48º 0.96% 0.55% -
XYZ 8.37 3.86 25.12 -
YUV 44.3 182.01 155.6 -
System Red Green Blue C M Y K H S L
Decimal 83 6 140 0.41 0.96 0 0.45 274.48 0.92 0.29
Hex 53 6 8C 29 60 0 2D 112 5C 1D
Octal 123 6 214 51 140 0 55 422 134 35
Binary 1010011 110 10001100 101001 1100000 0 101101 100010010 1011100 11101

Color Harmonies of #53068C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53068C

Black with #53068C

Text Example


Text Example

White with #53068C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53068C; }

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

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

background-color css

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

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

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

border-color css

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

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

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