Html Css Color HEX #65038B Indigo

📋 copy color: '#65038B'

red 101 ◦ green 3 ◦ blue 139

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

Shades of Indigo #65038B

Tints of Indigo #65038B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.23%

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

R = 41.56%
G = 1.23%
B = 57.2%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#65038B (or 0x65038B) is known color: Indigo. HEX triplet: 65, 03 and 8B. RGB value is (101,3,139). Sum of RGB (Red+Green+Blue) = 101+3+139=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #65038B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65038B is #9AFC74. Grayscale: #2F2F2F. Windows color (decimal): -10157173 or 9110373. OLE color: 9110373.

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

Color convert

RGB 101 3 139 -
CMYK 0.27 0.98 0 0.45
HSL 283.24º 0.96% 0.28% -
HSV(B) 283.24º 0.98% 0.55% -
XYZ 10.06 4.7 24.8 -
YUV 47.81 179.47 165.94 -
System Red Green Blue C M Y K H S L
Decimal 101 3 139 0.27 0.98 0 0.45 283.24 0.96 0.28
Hex 65 3 8B 1B 62 0 2D 11B 60 1C
Octal 145 3 213 33 142 0 55 433 140 34
Binary 1100101 11 10001011 11011 1100010 0 101101 100011011 1100000 11100

Color Harmonies of #65038B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65038B

Black with #65038B

Text Example


Text Example

White with #65038B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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