Html Css Color HEX #241BBB Persian Blue

📋 copy color: '#241BBB'

red 36 ◦ green 27 ◦ blue 187

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

Shades of Persian Blue #241BBB

Tints of Persian Blue #241BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 74.8%

R = 14.4%
G = 10.8%
B = 74.8%

CMYK

 C value IS 0.81

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#241BBB (or 0x241BBB) is known color: Persian Blue. HEX triplet: 24, 1B and BB. RGB value is (36,27,187). Sum of RGB (Red+Green+Blue) = 36+27+187=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 187 (73.44% from 255 or 74.8% from 250); Max value from RGB is 187 - color contains mainly: blue. Hex color #241BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241BBB is #DBE444. Grayscale: #2F2F2F. Windows color (decimal): -14410821 or 12262180. OLE color: 12262180.

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

Color convert

RGB 36 27 187 -
CMYK 0.81 0.86 0 0.27
HSL 243.38º 0.75% 0.42% -
HSV(B) 243.38º 0.86% 0.73% -
XYZ 10.09 4.75 47.4 -
YUV 47.93 206.48 119.49 -
System Red Green Blue C M Y K H S L
Decimal 36 27 187 0.81 0.86 0 0.27 243.38 0.75 0.42
Hex 24 1B BB 51 56 0 1B F3 4B 2A
Octal 44 33 273 121 126 0 33 363 113 52
Binary 100100 11011 10111011 1010001 1010110 0 11011 11110011 1001011 101010

Color Harmonies of #241BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241BBB

Black with #241BBB

Text Example


Text Example

White with #241BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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