Html Css Color HEX #461283 Indigo

📋 copy color: '#461283'

red 70 ◦ green 18 ◦ blue 131

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

Shades of Indigo #461283

Tints of Indigo #461283

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.22%

 BLUE value IS 131 (51.56% from 255) = 59.82%

R = 31.96%
G = 8.22%
B = 59.82%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#461283 (or 0x461283) is known color: Indigo. HEX triplet: 46, 12 and 83. RGB value is (70,18,131). Sum of RGB (Red+Green+Blue) = 70+18+131=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 131 (51.56% from 255 or 59.82% from 219); Max value from RGB is 131 - color contains mainly: blue. Hex color #461283 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461283 is #B9ED7C. Grayscale: #2E2E2E. Windows color (decimal): -12184957 or 8589894. OLE color: 8589894.

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

Color convert

RGB 70 18 131 -
CMYK 0.47 0.86 0 0.49
HSL 267.61º 0.76% 0.29% -
HSV(B) 267.61º 0.86% 0.51% -
XYZ 6.84 3.37 21.76 -
YUV 46.43 175.73 144.81 -
System Red Green Blue C M Y K H S L
Decimal 70 18 131 0.47 0.86 0 0.49 267.61 0.76 0.29
Hex 46 12 83 2F 56 0 31 10C 4C 1D
Octal 106 22 203 57 126 0 61 414 114 35
Binary 1000110 10010 10000011 101111 1010110 0 110001 100001100 1001100 11101

Color Harmonies of #461283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461283

Black with #461283

Text Example


Text Example

White with #461283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461283; }

 p { color: rgb(70,18,131); }

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

background-color css

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

 a { background-color: rgb(70,18,131); }

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

border-color css

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

 span { border-color: rgb(70,18,131); }

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