Html Css Color HEX #241FDE Persian Blue

📋 copy color: '#241FDE'

red 36 ◦ green 31 ◦ blue 222

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

Shades of Persian Blue #241FDE

Tints of Persian Blue #241FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 76.82%

R = 12.46%
G = 10.73%
B = 76.82%

CMYK

 C value IS 0.84

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#241FDE (or 0x241FDE) is known color: Persian Blue. HEX triplet: 24, 1F and DE. RGB value is (36,31,222). Sum of RGB (Red+Green+Blue) = 36+31+222=289 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.46% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 222 (87.11% from 255 or 76.82% from 289); Max value from RGB is 222 - color contains mainly: blue. Hex color #241FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241FDE is #DBE021. Grayscale: #353535. Windows color (decimal): -14409762 or 14556964. OLE color: 14556964.

HSL color Cylindrical-coordinate representation of color #241FDE: hue angle of 241.57º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241FDE is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 31 222 -
CMYK 0.84 0.86 0 0.13
HSL 241.57º 0.75% 0.5% -
HSV(B) 241.57º 0.86% 0.87% -
XYZ 14.4 6.63 69.63 -
YUV 54.27 222.66 114.97 -
System Red Green Blue C M Y K H S L
Decimal 36 31 222 0.84 0.86 0 0.13 241.57 0.75 0.5
Hex 24 1F DE 54 56 0 D F2 4B 32
Octal 44 37 336 124 126 0 15 362 113 62
Binary 100100 11111 11011110 1010100 1010110 0 1101 11110010 1001011 110010

Color Harmonies of #241FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241FDE

Black with #241FDE

Text Example


Text Example

White with #241FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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