Html Css Color HEX #65058B Indigo

📋 copy color: '#65058B'

red 101 ◦ green 5 ◦ blue 139

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

Shades of Indigo #65058B

Tints of Indigo #65058B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.04%

 BLUE value IS 139 (54.69% from 255) = 56.73%

R = 41.22%
G = 2.04%
B = 56.73%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65058B (or 0x65058B) is known color: Indigo. HEX triplet: 65, 05 and 8B. RGB value is (101,5,139). Sum of RGB (Red+Green+Blue) = 101+5+139=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #65058B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65058B is #9AFA74. Grayscale: #303030. Windows color (decimal): -10156661 or 9110885. OLE color: 9110885.

HSL color Cylindrical-coordinate representation of color #65058B: hue angle of 282.99º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #65058B is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 101 5 139 -
CMYK 0.27 0.96 0 0.45
HSL 282.99º 0.93% 0.28% -
HSV(B) 282.99º 0.96% 0.55% -
XYZ 10.08 4.74 24.81 -
YUV 48.98 178.8 165.1 -
System Red Green Blue C M Y K H S L
Decimal 101 5 139 0.27 0.96 0 0.45 282.99 0.93 0.28
Hex 65 5 8B 1B 60 0 2D 11B 5D 1C
Octal 145 5 213 33 140 0 55 433 135 34
Binary 1100101 101 10001011 11011 1100000 0 101101 100011011 1011101 11100

Color Harmonies of #65058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65058B

Black with #65058B

Text Example


Text Example

White with #65058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65058B; }

 p { color: rgb(101,5,139); }

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

background-color css

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

 a { background-color: rgb(101,5,139); }

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

border-color css

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

 span { border-color: rgb(101,5,139); }

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