Html Css Color HEX #241CCC Persian Blue

📋 copy color: '#241CCC'

red 36 ◦ green 28 ◦ blue 204

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

Shades of Persian Blue #241CCC

Tints of Persian Blue #241CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 76.12%

R = 13.43%
G = 10.45%
B = 76.12%

CMYK

 C value IS 0.82

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#241CCC (or 0x241CCC) is known color: Persian Blue. HEX triplet: 24, 1C and CC. RGB value is (36,28,204). Sum of RGB (Red+Green+Blue) = 36+28+204=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 204 (80.08% from 255 or 76.12% from 268); Max value from RGB is 204 - color contains mainly: blue. Hex color #241CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241CCC is #DBE333. Grayscale: #313131. Windows color (decimal): -14410548 or 13376548. OLE color: 13376548.

HSL color Cylindrical-coordinate representation of color #241CCC: hue angle of 242.73º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241CCC is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 36 28 204 -
CMYK 0.82 0.86 0 0.2
HSL 242.73º 0.76% 0.45% -
HSV(B) 242.73º 0.86% 0.8% -
XYZ 12.04 5.57 57.57 -
YUV 50.46 214.65 117.69 -
System Red Green Blue C M Y K H S L
Decimal 36 28 204 0.82 0.86 0 0.2 242.73 0.76 0.45
Hex 24 1C CC 52 56 0 14 F3 4C 2D
Octal 44 34 314 122 126 0 24 363 114 55
Binary 100100 11100 11001100 1010010 1010110 0 10100 11110011 1001100 101101

Color Harmonies of #241CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241CCC

Black with #241CCC

Text Example


Text Example

White with #241CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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