Html Css Color HEX #461388 Indigo

📋 copy color: '#461388'

red 70 ◦ green 19 ◦ blue 136

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

Shades of Indigo #461388

Tints of Indigo #461388

RGB

 RED value IS 70 (27.73% from 255) = 31.11%

 GREEN value IS 19 (7.81% from 255) = 8.44%

 BLUE value IS 136 (53.52% from 255) = 60.44%

R = 31.11%
G = 8.44%
B = 60.44%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#461388 (or 0x461388) is known color: Indigo. HEX triplet: 46, 13 and 88. RGB value is (70,19,136). Sum of RGB (Red+Green+Blue) = 70+19+136=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 136 (53.52% from 255 or 60.44% from 225); Max value from RGB is 136 - color contains mainly: blue. Hex color #461388 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461388 is #B9EC77. Grayscale: #2F2F2F. Windows color (decimal): -12184696 or 8917830. OLE color: 8917830.

HSL color Cylindrical-coordinate representation of color #461388: hue angle of 266.15º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461388 is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 19 136 -
CMYK 0.49 0.86 0 0.47
HSL 266.15º 0.75% 0.3% -
HSV(B) 266.15º 0.86% 0.53% -
XYZ 7.2 3.55 23.6 -
YUV 47.59 177.9 143.99 -
System Red Green Blue C M Y K H S L
Decimal 70 19 136 0.49 0.86 0 0.47 266.15 0.75 0.3
Hex 46 13 88 31 56 0 2F 10A 4B 1E
Octal 106 23 210 61 126 0 57 412 113 36
Binary 1000110 10011 10001000 110001 1010110 0 101111 100001010 1001011 11110

Color Harmonies of #461388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461388

Black with #461388

Text Example


Text Example

White with #461388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461388; }

 p { color: rgb(70,19,136); }

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

background-color css

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

 a { background-color: rgb(70,19,136); }

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

border-color css

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

 span { border-color: rgb(70,19,136); }

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