Html Css Color HEX #530C69 Indigo

📋 copy color: '#530C69'

red 83 ◦ green 12 ◦ blue 105

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

Shades of Indigo #530C69

Tints of Indigo #530C69

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6%

 BLUE value IS 105 (41.41% from 255) = 52.5%

R = 41.5%
G = 6%
B = 52.5%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#530C69 (or 0x530C69) is known color: Indigo. HEX triplet: 53, 0C and 69. RGB value is (83,12,105). Sum of RGB (Red+Green+Blue) = 83+12+105=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 12 (5.08% from 255 or 6% from 200); Blue value is 105 (41.41% from 255 or 52.5% from 200); Max value from RGB is 105 - color contains mainly: blue. Hex color #530C69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530C69 is #ACF396. Grayscale: #2B2B2B. Windows color (decimal): -11334551 or 6884435. OLE color: 6884435.

HSL color Cylindrical-coordinate representation of color #530C69: hue angle of 285.81º degrees, saturation: 0.79, 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 #530C69 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 12 105 -
CMYK 0.21 0.89 0 0.59
HSL 285.81º 0.79% 0.23% -
HSV(B) 285.81º 0.89% 0.41% -
XYZ 6.25 3.12 13.64 -
YUV 43.83 162.52 155.94 -
System Red Green Blue C M Y K H S L
Decimal 83 12 105 0.21 0.89 0 0.59 285.81 0.79 0.23
Hex 53 C 69 15 59 0 3B 11E 4F 17
Octal 123 14 151 25 131 0 73 436 117 27
Binary 1010011 1100 1101001 10101 1011001 0 111011 100011110 1001111 10111

Color Harmonies of #530C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530C69

Black with #530C69

Text Example


Text Example

White with #530C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,12,105); }

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

background-color css

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

 a { background-color: rgb(83,12,105); }

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

border-color css

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

 span { border-color: rgb(83,12,105); }

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