Html Css Color HEX #241AB9 Persian Blue

📋 copy color: '#241AB9'

red 36 ◦ green 26 ◦ blue 185

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

Shades of Persian Blue #241AB9

Tints of Persian Blue #241AB9

RGB

 RED value IS 36 (14.45% from 255) = 14.57%

 GREEN value IS 26 (10.55% from 255) = 10.53%

 BLUE value IS 185 (72.66% from 255) = 74.9%

R = 14.57%
G = 10.53%
B = 74.9%

CMYK

 C value IS 0.81

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#241AB9 (or 0x241AB9) is known color: Persian Blue. HEX triplet: 24, 1A and B9. RGB value is (36,26,185). Sum of RGB (Red+Green+Blue) = 36+26+185=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 185 (72.66% from 255 or 74.90% from 247); Max value from RGB is 185 - color contains mainly: blue. Hex color #241AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241AB9 is #DBE546. Grayscale: #2E2E2E. Windows color (decimal): -14411079 or 12130852. OLE color: 12130852.

HSL color Cylindrical-coordinate representation of color #241AB9: hue angle of 243.77º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241AB9 is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 26 185 -
CMYK 0.81 0.86 0 0.27
HSL 243.77º 0.75% 0.41% -
HSV(B) 243.77º 0.86% 0.73% -
XYZ 9.85 4.62 46.27 -
YUV 47.12 205.81 120.07 -
System Red Green Blue C M Y K H S L
Decimal 36 26 185 0.81 0.86 0 0.27 243.77 0.75 0.41
Hex 24 1A B9 51 56 0 1B F4 4B 29
Octal 44 32 271 121 126 0 33 364 113 51
Binary 100100 11010 10111001 1010001 1010110 0 11011 11110100 1001011 101001

Color Harmonies of #241AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241AB9

Black with #241AB9

Text Example


Text Example

White with #241AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241AB9; }

 p { color: rgb(36,26,185); }

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

background-color css

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

 a { background-color: rgb(36,26,185); }

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

border-color css

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

 span { border-color: rgb(36,26,185); }

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