Html Css Color HEX #241BD1 Persian Blue

📋 copy color: '#241BD1'

red 36 ◦ green 27 ◦ blue 209

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

Shades of Persian Blue #241BD1

Tints of Persian Blue #241BD1

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.93%

 BLUE value IS 209 (82.03% from 255) = 76.84%

R = 13.24%
G = 9.93%
B = 76.84%

CMYK

 C value IS 0.83

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#241BD1 (or 0x241BD1) is known color: Persian Blue. HEX triplet: 24, 1B and D1. RGB value is (36,27,209). Sum of RGB (Red+Green+Blue) = 36+27+209=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 209 (82.03% from 255 or 76.84% from 272); Max value from RGB is 209 - color contains mainly: blue. Hex color #241BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241BD1 is #DBE42E. Grayscale: #313131. Windows color (decimal): -14410799 or 13703972. OLE color: 13703972.

HSL color Cylindrical-coordinate representation of color #241BD1: hue angle of 242.97º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #241BD1 is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 36 27 209 -
CMYK 0.83 0.87 0 0.18
HSL 242.97º 0.77% 0.46% -
HSV(B) 242.97º 0.87% 0.82% -
XYZ 12.63 5.76 60.77 -
YUV 50.44 217.48 117.7 -
System Red Green Blue C M Y K H S L
Decimal 36 27 209 0.83 0.87 0 0.18 242.97 0.77 0.46
Hex 24 1B D1 53 57 0 12 F3 4D 2E
Octal 44 33 321 123 127 0 22 363 115 56
Binary 100100 11011 11010001 1010011 1010111 0 10010 11110011 1001101 101110

Color Harmonies of #241BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241BD1

Black with #241BD1

Text Example


Text Example

White with #241BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,27,209); }

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

background-color css

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

 a { background-color: rgb(36,27,209); }

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

border-color css

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

 span { border-color: rgb(36,27,209); }

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