Html Css Color HEX #241CCD Persian Blue

📋 copy color: '#241CCD'

red 36 ◦ green 28 ◦ blue 205

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

Shades of Persian Blue #241CCD

Tints of Persian Blue #241CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 76.21%

R = 13.38%
G = 10.41%
B = 76.21%

CMYK

 C value IS 0.82

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#241CCD (or 0x241CCD) is known color: Persian Blue. HEX triplet: 24, 1C and CD. RGB value is (36,28,205). Sum of RGB (Red+Green+Blue) = 36+28+205=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 205 (80.47% from 255 or 76.21% from 269); Max value from RGB is 205 - color contains mainly: blue. Hex color #241CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241CCD is #DBE332. Grayscale: #313131. Windows color (decimal): -14410547 or 13442084. OLE color: 13442084.

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

Color convert

RGB 36 28 205 -
CMYK 0.82 0.86 0 0.20
HSL 242.71º 0.76% 0.46% -
HSV(B) 242.71º 0.86% 0.8% -
XYZ 12.16 5.61 58.2 -
YUV 50.57 215.15 117.61 -
System Red Green Blue C M Y K H S L
Decimal 36 28 205 0.82 0.86 0 0.20 242.71 0.76 0.46
Hex 24 1C CD 52 56 0 14 F3 4C 2E
Octal 44 34 315 122 126 0 24 363 114 56
Binary 100100 11100 11001101 1010010 1010110 0 10100 11110011 1001100 101110

Color Harmonies of #241CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241CCD

Black with #241CCD

Text Example


Text Example

White with #241CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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