Html Css Color HEX #401298 Persian Indigo

📋 copy color: '#401298'

red 64 ◦ green 18 ◦ blue 152

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

Shades of Persian Indigo #401298

Tints of Persian Indigo #401298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 64.96%

R = 27.35%
G = 7.69%
B = 64.96%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#401298 (or 0x401298) is known color: Persian Indigo. HEX triplet: 40, 12 and 98. RGB value is (64,18,152). Sum of RGB (Red+Green+Blue) = 64+18+152=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 152 (59.77% from 255 or 64.96% from 234); Max value from RGB is 152 - color contains mainly: blue. Hex color #401298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401298 is #BFED67. Grayscale: #2E2E2E. Windows color (decimal): -12578152 or 9966144. OLE color: 9966144.

HSL color Cylindrical-coordinate representation of color #401298: hue angle of 260.6º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401298 is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 18 152 -
CMYK 0.58 0.88 0 0.40
HSL 260.6º 0.79% 0.33% -
HSV(B) 260.6º 0.88% 0.6% -
XYZ 8 3.79 30.02 -
YUV 47.03 187.24 140.1 -
System Red Green Blue C M Y K H S L
Decimal 64 18 152 0.58 0.88 0 0.40 260.6 0.79 0.33
Hex 40 12 98 3A 58 0 28 105 4F 21
Octal 100 22 230 72 130 0 50 405 117 41
Binary 1000000 10010 10011000 111010 1011000 0 101000 100000101 1001111 100001

Color Harmonies of #401298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401298

Black with #401298

Text Example


Text Example

White with #401298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401298; }

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

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

background-color css

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

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

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

border-color css

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

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

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