Html Css Color HEX #241FDF Persian Blue

📋 copy color: '#241FDF'

red 36 ◦ green 31 ◦ blue 223

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

Shades of Persian Blue #241FDF

Tints of Persian Blue #241FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 76.9%

R = 12.41%
G = 10.69%
B = 76.9%

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

#241FDF (or 0x241FDF) is known color: Persian Blue. HEX triplet: 24, 1F and DF. RGB value is (36,31,223). Sum of RGB (Red+Green+Blue) = 36+31+223=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 223 (87.5% from 255 or 76.90% from 290); Max value from RGB is 223 - color contains mainly: blue. Hex color #241FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241FDF is #DBE020. Grayscale: #353535. Windows color (decimal): -14409761 or 14622500. OLE color: 14622500.

HSL color Cylindrical-coordinate representation of color #241FDF: hue angle of 241.56º degrees, saturation: 0.76, 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 #241FDF is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 31 223 -
CMYK 0.84 0.86 0 0.13
HSL 241.56º 0.76% 0.5% -
HSV(B) 241.56º 0.86% 0.87% -
XYZ 14.54 6.68 70.34 -
YUV 54.38 223.16 114.89 -
System Red Green Blue C M Y K H S L
Decimal 36 31 223 0.84 0.86 0 0.13 241.56 0.76 0.5
Hex 24 1F DF 54 56 0 D F2 4C 32
Octal 44 37 337 124 126 0 15 362 114 62
Binary 100100 11111 11011111 1010100 1010110 0 1101 11110010 1001100 110010

Color Harmonies of #241FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241FDF

Black with #241FDF

Text Example


Text Example

White with #241FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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