Html Css Color HEX #241FBB Persian Blue

📋 copy color: '#241FBB'

red 36 ◦ green 31 ◦ blue 187

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

Shades of Persian Blue #241FBB

Tints of Persian Blue #241FBB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.2%

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

R = 14.17%
G = 12.2%
B = 73.62%

CMYK

 C value IS 0.81

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#241FBB (or 0x241FBB) is known color: Persian Blue. HEX triplet: 24, 1F and BB. RGB value is (36,31,187). Sum of RGB (Red+Green+Blue) = 36+31+187=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 187 (73.44% from 255 or 73.62% from 254); Max value from RGB is 187 - color contains mainly: blue. Hex color #241FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241FBB is #DBE044. Grayscale: #313131. Windows color (decimal): -14409797 or 12263204. OLE color: 12263204.

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

Color convert

RGB 36 31 187 -
CMYK 0.81 0.83 0 0.27
HSL 241.92º 0.72% 0.43% -
HSV(B) 241.92º 0.83% 0.73% -
XYZ 10.19 4.94 47.43 -
YUV 50.28 205.16 117.82 -
System Red Green Blue C M Y K H S L
Decimal 36 31 187 0.81 0.83 0 0.27 241.92 0.72 0.43
Hex 24 1F BB 51 53 0 1B F2 48 2B
Octal 44 37 273 121 123 0 33 362 110 53
Binary 100100 11111 10111011 1010001 1010011 0 11011 11110010 1001000 101011

Color Harmonies of #241FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241FBB

Black with #241FBB

Text Example


Text Example

White with #241FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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