Html Css Color HEX #650093 Indigo

📋 copy color: '#650093'

red 101 ◦ green 0 ◦ blue 147

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

Shades of Indigo #650093

Tints of Indigo #650093

RGB

 RED value IS 101 (39.84% from 255) = 40.73%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 147 (57.81% from 255) = 59.27%

R = 40.73%
G = 0%
B = 59.27%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#650093 (or 0x650093) is known color: Indigo. HEX triplet: 65, 00 and 93. RGB value is (101,0,147). Sum of RGB (Red+Green+Blue) = 101+0+147=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 147 (57.81% from 255 or 59.27% from 248); Max value from RGB is 147 - color contains mainly: blue. Hex color #650093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650093 is #9AFF6C. Grayscale: #2E2E2E. Windows color (decimal): -10157933 or 9633893. OLE color: 9633893.

HSL color Cylindrical-coordinate representation of color #650093: hue angle of 281.22º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #650093 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 0 147 -
CMYK 0.31 1 0 0.42
HSL 281.22º 1% 0.29% -
HSV(B) 281.22º 1% 0.58% -
XYZ 10.63 4.87 27.98 -
YUV 46.96 184.46 166.55 -
System Red Green Blue C M Y K H S L
Decimal 101 0 147 0.31 1 0 0.42 281.22 1 0.29
Hex 65 0 93 1F 64 0 2A 119 64 1D
Octal 145 0 223 37 144 0 52 431 144 35
Binary 1100101 0 10010011 11111 1100100 0 101010 100011001 1100100 11101

Color Harmonies of #650093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650093

Black with #650093

Text Example


Text Example

White with #650093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650093; }

 p { color: rgb(101,0,147); }

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

background-color css

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

 a { background-color: rgb(101,0,147); }

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

border-color css

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

 span { border-color: rgb(101,0,147); }

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