Html Css Color HEX #241FDC Persian Blue

📋 copy color: '#241FDC'

red 36 ◦ green 31 ◦ blue 220

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

Shades of Persian Blue #241FDC

Tints of Persian Blue #241FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 76.66%

R = 12.54%
G = 10.8%
B = 76.66%

CMYK

 C value IS 0.84

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#241FDC (or 0x241FDC) is known color: Persian Blue. HEX triplet: 24, 1F and DC. RGB value is (36,31,220). Sum of RGB (Red+Green+Blue) = 36+31+220=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 220 (86.33% from 255 or 76.66% from 287); Max value from RGB is 220 - color contains mainly: blue. Hex color #241FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241FDC is #DBE023. Grayscale: #353535. Windows color (decimal): -14409764 or 14425892. OLE color: 14425892.

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

Color convert

RGB 36 31 220 -
CMYK 0.84 0.86 0 0.14
HSL 241.59º 0.75% 0.49% -
HSV(B) 241.59º 0.86% 0.86% -
XYZ 14.14 6.52 68.22 -
YUV 54.04 221.66 115.13 -
System Red Green Blue C M Y K H S L
Decimal 36 31 220 0.84 0.86 0 0.14 241.59 0.75 0.49
Hex 24 1F DC 54 56 0 E F2 4B 31
Octal 44 37 334 124 126 0 16 362 113 61
Binary 100100 11111 11011100 1010100 1010110 0 1110 11110010 1001011 110001

Color Harmonies of #241FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241FDC

Black with #241FDC

Text Example


Text Example

White with #241FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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