Html Css Color HEX #241ABE Persian Blue

📋 copy color: '#241ABE'

red 36 ◦ green 26 ◦ blue 190

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

Shades of Persian Blue #241ABE

Tints of Persian Blue #241ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 75.4%

R = 14.29%
G = 10.32%
B = 75.4%

CMYK

 C value IS 0.81

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#241ABE (or 0x241ABE) is known color: Persian Blue. HEX triplet: 24, 1A and BE. RGB value is (36,26,190). Sum of RGB (Red+Green+Blue) = 36+26+190=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 190 (74.61% from 255 or 75.40% from 252); Max value from RGB is 190 - color contains mainly: blue. Hex color #241ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241ABE is #DBE541. Grayscale: #2F2F2F. Windows color (decimal): -14411074 or 12458532. OLE color: 12458532.

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

Color convert

RGB 36 26 190 -
CMYK 0.81 0.86 0 0.25
HSL 243.66º 0.76% 0.42% -
HSV(B) 243.66º 0.86% 0.75% -
XYZ 10.39 4.83 49.1 -
YUV 47.69 208.31 119.66 -
System Red Green Blue C M Y K H S L
Decimal 36 26 190 0.81 0.86 0 0.25 243.66 0.76 0.42
Hex 24 1A BE 51 56 0 19 F4 4C 2A
Octal 44 32 276 121 126 0 31 364 114 52
Binary 100100 11010 10111110 1010001 1010110 0 11001 11110100 1001100 101010

Color Harmonies of #241ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241ABE

Black with #241ABE

Text Example


Text Example

White with #241ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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