Html Css Color HEX #241FCF Persian Blue

📋 copy color: '#241FCF'

red 36 ◦ green 31 ◦ blue 207

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

Shades of Persian Blue #241FCF

Tints of Persian Blue #241FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 75.55%

R = 13.14%
G = 11.31%
B = 75.55%

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

#241FCF (or 0x241FCF) is known color: Persian Blue. HEX triplet: 24, 1F and CF. RGB value is (36,31,207). Sum of RGB (Red+Green+Blue) = 36+31+207=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 207 (81.25% from 255 or 75.55% from 274); Max value from RGB is 207 - color contains mainly: blue. Hex color #241FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241FCF is #DBE030. Grayscale: #333333. Windows color (decimal): -14409777 or 13573924. OLE color: 13573924.

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

Color convert

RGB 36 31 207 -
CMYK 0.83 0.85 0 0.19
HSL 241.7º 0.74% 0.47% -
HSV(B) 241.7º 0.85% 0.81% -
XYZ 12.48 5.86 59.5 -
YUV 52.56 215.16 116.19 -
System Red Green Blue C M Y K H S L
Decimal 36 31 207 0.83 0.85 0 0.19 241.7 0.74 0.47
Hex 24 1F CF 53 55 0 13 F2 4A 2F
Octal 44 37 317 123 125 0 23 362 112 57
Binary 100100 11111 11001111 1010011 1010101 0 10011 11110010 1001010 101111

Color Harmonies of #241FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241FCF

Black with #241FCF

Text Example


Text Example

White with #241FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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