Html Css Color HEX #530268 Indigo

📋 copy color: '#530268'

red 83 ◦ green 2 ◦ blue 104

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

Shades of Indigo #530268

Tints of Indigo #530268

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

 BLUE value IS 104 (41.02% from 255) = 55.03%

R = 43.92%
G = 1.06%
B = 55.03%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#530268 (or 0x530268) is known color: Indigo. HEX triplet: 53, 02 and 68. RGB value is (83,2,104). Sum of RGB (Red+Green+Blue) = 83+2+104=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #530268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530268 is #ACFD97. Grayscale: #252525. Windows color (decimal): -11337112 or 6816339. OLE color: 6816339.

HSL color Cylindrical-coordinate representation of color #530268: hue angle of 287.65º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #530268 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 83 2 104 -
CMYK 0.20 0.98 0 0.59
HSL 287.65º 0.96% 0.21% -
HSV(B) 287.65º 0.98% 0.41% -
XYZ 6.09 2.88 13.33 -
YUV 37.85 165.34 160.21 -
System Red Green Blue C M Y K H S L
Decimal 83 2 104 0.20 0.98 0 0.59 287.65 0.96 0.21
Hex 53 2 68 14 62 0 3B 120 60 15
Octal 123 2 150 24 142 0 73 440 140 25
Binary 1010011 10 1101000 10100 1100010 0 111011 100100000 1100000 10101

Color Harmonies of #530268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530268

Black with #530268

Text Example


Text Example

White with #530268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530268; }

 p { color: rgb(83,2,104); }

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

background-color css

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

 a { background-color: rgb(83,2,104); }

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

border-color css

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

 span { border-color: rgb(83,2,104); }

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