Html Css Color HEX #411898 Persian Indigo

📋 copy color: '#411898'

red 65 ◦ green 24 ◦ blue 152

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

Shades of Persian Indigo #411898

Tints of Persian Indigo #411898

RGB

 RED value IS 65 (25.78% from 255) = 26.97%

 GREEN value IS 24 (9.77% from 255) = 9.96%

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

R = 26.97%
G = 9.96%
B = 63.07%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#411898 (or 0x411898) is known color: Persian Indigo. HEX triplet: 41, 18 and 98. RGB value is (65,24,152). Sum of RGB (Red+Green+Blue) = 65+24+152=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #411898 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411898 is #BEE767. Grayscale: #323232. Windows color (decimal): -12511080 or 9967681. OLE color: 9967681.

HSL color Cylindrical-coordinate representation of color #411898: hue angle of 259.22º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #411898 is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 24 152 -
CMYK 0.57 0.84 0 0.40
HSL 259.22º 0.73% 0.35% -
HSV(B) 259.22º 0.84% 0.6% -
XYZ 8.17 4.04 30.06 -
YUV 50.85 185.08 138.09 -
System Red Green Blue C M Y K H S L
Decimal 65 24 152 0.57 0.84 0 0.40 259.22 0.73 0.35
Hex 41 18 98 39 54 0 28 103 49 23
Octal 101 30 230 71 124 0 50 403 111 43
Binary 1000001 11000 10011000 111001 1010100 0 101000 100000011 1001001 100011

Color Harmonies of #411898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411898

Black with #411898

Text Example


Text Example

White with #411898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411898; }

 p { color: rgb(65,24,152); }

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

background-color css

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

 a { background-color: rgb(65,24,152); }

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

border-color css

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

 span { border-color: rgb(65,24,152); }

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