Html Css Color HEX #241FE4 Persian Blue

📋 copy color: '#241FE4'

red 36 ◦ green 31 ◦ blue 228

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

Shades of Persian Blue #241FE4

Tints of Persian Blue #241FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 77.29%

R = 12.2%
G = 10.51%
B = 77.29%

CMYK

 C value IS 0.84

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#241FE4 (or 0x241FE4) is known color: Persian Blue. HEX triplet: 24, 1F and E4. RGB value is (36,31,228). Sum of RGB (Red+Green+Blue) = 36+31+228=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 228 (89.45% from 255 or 77.29% from 295); Max value from RGB is 228 - color contains mainly: blue. Hex color #241FE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241FE4 is #DBE01B. Grayscale: #363636. Windows color (decimal): -14409756 or 14950180. OLE color: 14950180.

HSL color Cylindrical-coordinate representation of color #241FE4: hue angle of 241.52º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241FE4 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 36 31 228 -
CMYK 0.84 0.86 0 0.11
HSL 241.52º 0.78% 0.51% -
HSV(B) 241.52º 0.86% 0.89% -
XYZ 15.22 6.96 73.94 -
YUV 54.95 225.66 114.48 -
System Red Green Blue C M Y K H S L
Decimal 36 31 228 0.84 0.86 0 0.11 241.52 0.78 0.51
Hex 24 1F E4 54 56 0 B F2 4E 33
Octal 44 37 344 124 126 0 13 362 116 63
Binary 100100 11111 11100100 1010100 1010110 0 1011 11110010 1001110 110011

Color Harmonies of #241FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241FE4

Black with #241FE4

Text Example


Text Example

White with #241FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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