Html Css Color HEX #241DC0 Persian Blue

📋 copy color: '#241DC0'

red 36 ◦ green 29 ◦ blue 192

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

Shades of Persian Blue #241DC0

Tints of Persian Blue #241DC0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.28%

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

R = 14.01%
G = 11.28%
B = 74.71%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#241DC0 (or 0x241DC0) is known color: Persian Blue. HEX triplet: 24, 1D and C0. RGB value is (36,29,192). Sum of RGB (Red+Green+Blue) = 36+29+192=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 192 (75.39% from 255 or 74.71% from 257); Max value from RGB is 192 - color contains mainly: blue. Hex color #241DC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241DC0 is #DBE23F. Grayscale: #313131. Windows color (decimal): -14410304 or 12590372. OLE color: 12590372.

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

Color convert

RGB 36 29 192 -
CMYK 0.81 0.85 0 0.25
HSL 242.58º 0.74% 0.43% -
HSV(B) 242.58º 0.85% 0.75% -
XYZ 10.68 5.06 50.28 -
YUV 49.68 208.32 118.25 -
System Red Green Blue C M Y K H S L
Decimal 36 29 192 0.81 0.85 0 0.25 242.58 0.74 0.43
Hex 24 1D C0 51 55 0 19 F3 4A 2B
Octal 44 35 300 121 125 0 31 363 112 53
Binary 100100 11101 11000000 1010001 1010101 0 11001 11110011 1001010 101011

Color Harmonies of #241DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241DC0

Black with #241DC0

Text Example


Text Example

White with #241DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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