Html Css Color HEX #241BD0 Persian Blue

📋 copy color: '#241BD0'

red 36 ◦ green 27 ◦ blue 208

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

Shades of Persian Blue #241BD0

Tints of Persian Blue #241BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 76.75%

R = 13.28%
G = 9.96%
B = 76.75%

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

#241BD0 (or 0x241BD0) is known color: Persian Blue. HEX triplet: 24, 1B and D0. RGB value is (36,27,208). Sum of RGB (Red+Green+Blue) = 36+27+208=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 208 (81.64% from 255 or 76.75% from 271); Max value from RGB is 208 - color contains mainly: blue. Hex color #241BD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241BD0 is #DBE42F. Grayscale: #313131. Windows color (decimal): -14410800 or 13638436. OLE color: 13638436.

HSL color Cylindrical-coordinate representation of color #241BD0: hue angle of 242.98º 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 #241BD0 is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 36 27 208 -
CMYK 0.83 0.87 0 0.18
HSL 242.98º 0.77% 0.46% -
HSV(B) 242.98º 0.87% 0.82% -
XYZ 12.5 5.71 60.12 -
YUV 50.33 216.98 117.78 -
System Red Green Blue C M Y K H S L
Decimal 36 27 208 0.83 0.87 0 0.18 242.98 0.77 0.46
Hex 24 1B D0 53 57 0 12 F3 4D 2E
Octal 44 33 320 123 127 0 22 363 115 56
Binary 100100 11011 11010000 1010011 1010111 0 10010 11110011 1001101 101110

Color Harmonies of #241BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241BD0

Black with #241BD0

Text Example


Text Example

White with #241BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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