Html Css Color HEX #241EC0 Persian Blue

📋 copy color: '#241EC0'

red 36 ◦ green 30 ◦ blue 192

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

Shades of Persian Blue #241EC0

Tints of Persian Blue #241EC0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.63%

 BLUE value IS 192 (75.39% from 255) = 74.42%

R = 13.95%
G = 11.63%
B = 74.42%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#241EC0 (or 0x241EC0) is known color: Persian Blue. HEX triplet: 24, 1E and C0. RGB value is (36,30,192). Sum of RGB (Red+Green+Blue) = 36+30+192=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 192 (75.39% from 255 or 74.42% from 258); Max value from RGB is 192 - color contains mainly: blue. Hex color #241EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241EC0 is #DBE13F. Grayscale: #313131. Windows color (decimal): -14410048 or 12590628. OLE color: 12590628.

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

Color convert

RGB 36 30 192 -
CMYK 0.81 0.84 0 0.25
HSL 242.22º 0.73% 0.44% -
HSV(B) 242.22º 0.84% 0.75% -
XYZ 10.71 5.11 50.29 -
YUV 50.26 207.99 117.83 -
System Red Green Blue C M Y K H S L
Decimal 36 30 192 0.81 0.84 0 0.25 242.22 0.73 0.44
Hex 24 1E C0 51 54 0 19 F2 49 2C
Octal 44 36 300 121 124 0 31 362 111 54
Binary 100100 11110 11000000 1010001 1010100 0 11001 11110010 1001001 101100

Color Harmonies of #241EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241EC0

Black with #241EC0

Text Example


Text Example

White with #241EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,30,192); }

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

background-color css

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

 a { background-color: rgb(36,30,192); }

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

border-color css

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

 span { border-color: rgb(36,30,192); }

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