Html Css Color HEX #401283 Persian Indigo

📋 copy color: '#401283'

red 64 ◦ green 18 ◦ blue 131

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

Shades of Persian Indigo #401283

Tints of Persian Indigo #401283

RGB

 RED value IS 64 (25.39% from 255) = 30.05%

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

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

R = 30.05%
G = 8.45%
B = 61.5%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#401283 (or 0x401283) is known color: Persian Indigo. HEX triplet: 40, 12 and 83. RGB value is (64,18,131). Sum of RGB (Red+Green+Blue) = 64+18+131=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 131 (51.56% from 255 or 61.50% from 213); Max value from RGB is 131 - color contains mainly: blue. Hex color #401283 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401283 is #BFED7C. Grayscale: #2C2C2C. Windows color (decimal): -12578173 or 8589888. OLE color: 8589888.

HSL color Cylindrical-coordinate representation of color #401283: hue angle of 264.42º 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 #401283 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 18 131 -
CMYK 0.51 0.86 0 0.49
HSL 264.42º 0.76% 0.29% -
HSV(B) 264.42º 0.86% 0.51% -
XYZ 6.43 3.16 21.74 -
YUV 44.64 176.74 141.81 -
System Red Green Blue C M Y K H S L
Decimal 64 18 131 0.51 0.86 0 0.49 264.42 0.76 0.29
Hex 40 12 83 33 56 0 31 108 4C 1D
Octal 100 22 203 63 126 0 61 410 114 35
Binary 1000000 10010 10000011 110011 1010110 0 110001 100001000 1001100 11101

Color Harmonies of #401283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401283

Black with #401283

Text Example


Text Example

White with #401283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401283; }

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

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

background-color css

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

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

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

border-color css

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

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

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