Html Css Color HEX #241BBE Persian Blue

📋 copy color: '#241BBE'

red 36 ◦ green 27 ◦ blue 190

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

Shades of Persian Blue #241BBE

Tints of Persian Blue #241BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 75.1%

R = 14.23%
G = 10.67%
B = 75.1%

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

#241BBE (or 0x241BBE) is known color: Persian Blue. HEX triplet: 24, 1B and BE. RGB value is (36,27,190). Sum of RGB (Red+Green+Blue) = 36+27+190=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 190 (74.61% from 255 or 75.10% from 253); Max value from RGB is 190 - color contains mainly: blue. Hex color #241BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241BBE is #DBE441. Grayscale: #2F2F2F. Windows color (decimal): -14410818 or 12458788. OLE color: 12458788.

HSL color Cylindrical-coordinate representation of color #241BBE: hue angle of 243.31º degrees, saturation: 0.75, 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 #241BBE is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 36 27 190 -
CMYK 0.81 0.86 0 0.25
HSL 243.31º 0.75% 0.43% -
HSV(B) 243.31º 0.86% 0.75% -
XYZ 10.41 4.88 49.11 -
YUV 48.27 207.98 119.25 -
System Red Green Blue C M Y K H S L
Decimal 36 27 190 0.81 0.86 0 0.25 243.31 0.75 0.43
Hex 24 1B BE 51 56 0 19 F3 4B 2B
Octal 44 33 276 121 126 0 31 363 113 53
Binary 100100 11011 10111110 1010001 1010110 0 11001 11110011 1001011 101011

Color Harmonies of #241BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241BBE

Black with #241BBE

Text Example


Text Example

White with #241BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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