Html Css Color HEX #241DB9 Persian Blue

📋 copy color: '#241DB9'

red 36 ◦ green 29 ◦ blue 185

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

Shades of Persian Blue #241DB9

Tints of Persian Blue #241DB9

RGB

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

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

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

R = 14.4%
G = 11.6%
B = 74%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#241DB9 (or 0x241DB9) is known color: Persian Blue. HEX triplet: 24, 1D and B9. RGB value is (36,29,185). Sum of RGB (Red+Green+Blue) = 36+29+185=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 185 (72.66% from 255 or 74% from 250); Max value from RGB is 185 - color contains mainly: blue. Hex color #241DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241DB9 is #DBE246. Grayscale: #303030. Windows color (decimal): -14410311 or 12131620. OLE color: 12131620.

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

Color convert

RGB 36 29 185 -
CMYK 0.81 0.84 0 0.27
HSL 242.69º 0.73% 0.42% -
HSV(B) 242.69º 0.84% 0.73% -
XYZ 9.92 4.76 46.29 -
YUV 48.88 204.82 118.82 -
System Red Green Blue C M Y K H S L
Decimal 36 29 185 0.81 0.84 0 0.27 242.69 0.73 0.42
Hex 24 1D B9 51 54 0 1B F3 49 2A
Octal 44 35 271 121 124 0 33 363 111 52
Binary 100100 11101 10111001 1010001 1010100 0 11011 11110011 1001001 101010

Color Harmonies of #241DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241DB9

Black with #241DB9

Text Example


Text Example

White with #241DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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