Html Css Color HEX #65038E Indigo

📋 copy color: '#65038E'

red 101 ◦ green 3 ◦ blue 142

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

Shades of Indigo #65038E

Tints of Indigo #65038E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 57.72%

R = 41.06%
G = 1.22%
B = 57.72%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#65038E (or 0x65038E) is known color: Indigo. HEX triplet: 65, 03 and 8E. RGB value is (101,3,142). Sum of RGB (Red+Green+Blue) = 101+3+142=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 142 (55.86% from 255 or 57.72% from 246); Max value from RGB is 142 - color contains mainly: blue. Hex color #65038E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65038E is #9AFC71. Grayscale: #2F2F2F. Windows color (decimal): -10157170 or 9306981. OLE color: 9306981.

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

Color convert

RGB 101 3 142 -
CMYK 0.29 0.98 0 0.44
HSL 282.3º 0.96% 0.28% -
HSV(B) 282.3º 0.98% 0.56% -
XYZ 10.28 4.78 25.97 -
YUV 48.15 180.97 165.7 -
System Red Green Blue C M Y K H S L
Decimal 101 3 142 0.29 0.98 0 0.44 282.3 0.96 0.28
Hex 65 3 8E 1D 62 0 2C 11A 60 1C
Octal 145 3 216 35 142 0 54 432 140 34
Binary 1100101 11 10001110 11101 1100010 0 101100 100011010 1100000 11100

Color Harmonies of #65038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65038E

Black with #65038E

Text Example


Text Example

White with #65038E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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