Html Css Color HEX #530667 Indigo

📋 copy color: '#530667'

red 83 ◦ green 6 ◦ blue 103

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

Shades of Indigo #530667

Tints of Indigo #530667

RGB

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

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

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

R = 43.23%
G = 3.13%
B = 53.65%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#530667 (or 0x530667) is known color: Indigo. HEX triplet: 53, 06 and 67. RGB value is (83,6,103). Sum of RGB (Red+Green+Blue) = 83+6+103=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 103 (40.62% from 255 or 53.65% from 192); Max value from RGB is 103 - color contains mainly: blue. Hex color #530667 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530667 is #ACF998. Grayscale: #272727. Windows color (decimal): -11336089 or 6751827. OLE color: 6751827.

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

Color convert

RGB 83 6 103 -
CMYK 0.19 0.94 0 0.60
HSL 287.63º 0.89% 0.21% -
HSV(B) 287.63º 0.94% 0.4% -
XYZ 6.08 2.95 13.08 -
YUV 40.08 163.51 158.61 -
System Red Green Blue C M Y K H S L
Decimal 83 6 103 0.19 0.94 0 0.60 287.63 0.89 0.21
Hex 53 6 67 13 5E 0 3C 120 59 15
Octal 123 6 147 23 136 0 74 440 131 25
Binary 1010011 110 1100111 10011 1011110 0 111100 100100000 1011001 10101

Color Harmonies of #530667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530667

Black with #530667

Text Example


Text Example

White with #530667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530667; }

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

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

background-color css

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

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

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

border-color css

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

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

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