Html Css Color HEX #530767 Indigo

📋 copy color: '#530767'

red 83 ◦ green 7 ◦ blue 103

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

Shades of Indigo #530767

Tints of Indigo #530767

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.63%

 BLUE value IS 103 (40.63% from 255) = 53.37%

R = 43.01%
G = 3.63%
B = 53.37%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#530767 (or 0x530767) is known color: Indigo. HEX triplet: 53, 07 and 67. RGB value is (83,7,103). Sum of RGB (Red+Green+Blue) = 83+7+103=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #530767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530767 is #ACF898. Grayscale: #282828. Windows color (decimal): -11335833 or 6752083. OLE color: 6752083.

HSL color Cylindrical-coordinate representation of color #530767: hue angle of 287.5º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530767 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 7 103 -
CMYK 0.19 0.93 0 0.60
HSL 287.5º 0.87% 0.22% -
HSV(B) 287.5º 0.93% 0.4% -
XYZ 6.09 2.97 13.08 -
YUV 40.67 163.18 158.19 -
System Red Green Blue C M Y K H S L
Decimal 83 7 103 0.19 0.93 0 0.60 287.5 0.87 0.22
Hex 53 7 67 13 5D 0 3C 120 57 16
Octal 123 7 147 23 135 0 74 440 127 26
Binary 1010011 111 1100111 10011 1011101 0 111100 100100000 1010111 10110

Color Harmonies of #530767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530767

Black with #530767

Text Example


Text Example

White with #530767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530767; }

 p { color: rgb(83,7,103); }

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

background-color css

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

 a { background-color: rgb(83,7,103); }

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

border-color css

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

 span { border-color: rgb(83,7,103); }

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