Html Css Color HEX #241FBC Persian Blue

📋 copy color: '#241FBC'

red 36 ◦ green 31 ◦ blue 188

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

Shades of Persian Blue #241FBC

Tints of Persian Blue #241FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 73.73%

R = 14.12%
G = 12.16%
B = 73.73%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#241FBC (or 0x241FBC) is known color: Persian Blue. HEX triplet: 24, 1F and BC. RGB value is (36,31,188). Sum of RGB (Red+Green+Blue) = 36+31+188=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 188 (73.83% from 255 or 73.73% from 255); Max value from RGB is 188 - color contains mainly: blue. Hex color #241FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241FBC is #DBE043. Grayscale: #313131. Windows color (decimal): -14409796 or 12328740. OLE color: 12328740.

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

Color convert

RGB 36 31 188 -
CMYK 0.81 0.84 0 0.26
HSL 241.91º 0.72% 0.43% -
HSV(B) 241.91º 0.84% 0.74% -
XYZ 10.29 4.99 48 -
YUV 50.39 205.66 117.73 -
System Red Green Blue C M Y K H S L
Decimal 36 31 188 0.81 0.84 0 0.26 241.91 0.72 0.43
Hex 24 1F BC 51 54 0 1A F2 48 2B
Octal 44 37 274 121 124 0 32 362 110 53
Binary 100100 11111 10111100 1010001 1010100 0 11010 11110010 1001000 101011

Color Harmonies of #241FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241FBC

Black with #241FBC

Text Example


Text Example

White with #241FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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