Html Css Color HEX #241AC0 Persian Blue

📋 copy color: '#241AC0'

red 36 ◦ green 26 ◦ blue 192

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

Shades of Persian Blue #241AC0

Tints of Persian Blue #241AC0

RGB

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

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

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

R = 14.17%
G = 10.24%
B = 75.59%

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

#241AC0 (or 0x241AC0) is known color: Persian Blue. HEX triplet: 24, 1A and C0. RGB value is (36,26,192). Sum of RGB (Red+Green+Blue) = 36+26+192=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 192 (75.39% from 255 or 75.59% from 254); Max value from RGB is 192 - color contains mainly: blue. Hex color #241AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241AC0 is #DBE53F. Grayscale: #2F2F2F. Windows color (decimal): -14411072 or 12589604. OLE color: 12589604.

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

Color convert

RGB 36 26 192 -
CMYK 0.81 0.86 0 0.25
HSL 243.61º 0.76% 0.43% -
HSV(B) 243.61º 0.86% 0.75% -
XYZ 10.61 4.92 50.26 -
YUV 47.91 209.31 119.5 -
System Red Green Blue C M Y K H S L
Decimal 36 26 192 0.81 0.86 0 0.25 243.61 0.76 0.43
Hex 24 1A C0 51 56 0 19 F4 4C 2B
Octal 44 32 300 121 126 0 31 364 114 53
Binary 100100 11010 11000000 1010001 1010110 0 11001 11110100 1001100 101011

Color Harmonies of #241AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241AC0

Black with #241AC0

Text Example


Text Example

White with #241AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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