Html Css Color HEX #241FCE Persian Blue

📋 copy color: '#241FCE'

red 36 ◦ green 31 ◦ blue 206

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

Shades of Persian Blue #241FCE

Tints of Persian Blue #241FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 75.46%

R = 13.19%
G = 11.36%
B = 75.46%

CMYK

 C value IS 0.83

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#241FCE (or 0x241FCE) is known color: Persian Blue. HEX triplet: 24, 1F and CE. RGB value is (36,31,206). Sum of RGB (Red+Green+Blue) = 36+31+206=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #241FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241FCE is #DBE031. Grayscale: #333333. Windows color (decimal): -14409778 or 13508388. OLE color: 13508388.

HSL color Cylindrical-coordinate representation of color #241FCE: hue angle of 241.71º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #241FCE is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 31 206 -
CMYK 0.83 0.85 0 0.19
HSL 241.71º 0.74% 0.46% -
HSV(B) 241.71º 0.85% 0.81% -
XYZ 12.36 5.81 58.86 -
YUV 52.45 214.66 116.27 -
System Red Green Blue C M Y K H S L
Decimal 36 31 206 0.83 0.85 0 0.19 241.71 0.74 0.46
Hex 24 1F CE 53 55 0 13 F2 4A 2E
Octal 44 37 316 123 125 0 23 362 112 56
Binary 100100 11111 11001110 1010011 1010101 0 10011 11110010 1001010 101110

Color Harmonies of #241FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241FCE

Black with #241FCE

Text Example


Text Example

White with #241FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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