Html Css Color HEX #65038F Indigo

📋 copy color: '#65038F'

red 101 ◦ green 3 ◦ blue 143

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

Shades of Indigo #65038F

Tints of Indigo #65038F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 57.89%

R = 40.89%
G = 1.21%
B = 57.89%

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

#65038F (or 0x65038F) is known color: Indigo. HEX triplet: 65, 03 and 8F. RGB value is (101,3,143). Sum of RGB (Red+Green+Blue) = 101+3+143=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 143 (56.25% from 255 or 57.89% from 247); Max value from RGB is 143 - color contains mainly: blue. Hex color #65038F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65038F is #9AFC70. Grayscale: #2F2F2F. Windows color (decimal): -10157169 or 9372517. OLE color: 9372517.

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

Color convert

RGB 101 3 143 -
CMYK 0.29 0.98 0 0.44
HSL 282º 0.96% 0.29% -
HSV(B) 282º 0.98% 0.56% -
XYZ 10.36 4.81 26.37 -
YUV 48.26 181.47 165.62 -
System Red Green Blue C M Y K H S L
Decimal 101 3 143 0.29 0.98 0 0.44 282 0.96 0.29
Hex 65 3 8F 1D 62 0 2C 11A 60 1D
Octal 145 3 217 35 142 0 54 432 140 35
Binary 1100101 11 10001111 11101 1100010 0 101100 100011010 1100000 11101

Color Harmonies of #65038F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65038F

Black with #65038F

Text Example


Text Example

White with #65038F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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