Html Css Color HEX #241CCF Persian Blue

📋 copy color: '#241CCF'

red 36 ◦ green 28 ◦ blue 207

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

Shades of Persian Blue #241CCF

Tints of Persian Blue #241CCF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.33%

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

R = 13.28%
G = 10.33%
B = 76.38%

CMYK

 C value IS 0.83

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#241CCF (or 0x241CCF) is known color: Persian Blue. HEX triplet: 24, 1C and CF. RGB value is (36,28,207). Sum of RGB (Red+Green+Blue) = 36+28+207=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 207 (81.25% from 255 or 76.38% from 271); Max value from RGB is 207 - color contains mainly: blue. Hex color #241CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241CCF is #DBE330. Grayscale: #323232. Windows color (decimal): -14410545 or 13573156. OLE color: 13573156.

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

Color convert

RGB 36 28 207 -
CMYK 0.83 0.86 0 0.19
HSL 242.68º 0.76% 0.46% -
HSV(B) 242.68º 0.86% 0.81% -
XYZ 12.41 5.71 59.48 -
YUV 50.8 216.15 117.45 -
System Red Green Blue C M Y K H S L
Decimal 36 28 207 0.83 0.86 0 0.19 242.68 0.76 0.46
Hex 24 1C CF 53 56 0 13 F3 4C 2E
Octal 44 34 317 123 126 0 23 363 114 56
Binary 100100 11100 11001111 1010011 1010110 0 10011 11110011 1001100 101110

Color Harmonies of #241CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241CCF

Black with #241CCF

Text Example


Text Example

White with #241CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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