Html Css Color HEX #241DCB Persian Blue

📋 copy color: '#241DCB'

red 36 ◦ green 29 ◦ blue 203

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

Shades of Persian Blue #241DCB

Tints of Persian Blue #241DCB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.82%

 BLUE value IS 203 (79.69% from 255) = 75.75%

R = 13.43%
G = 10.82%
B = 75.75%

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

#241DCB (or 0x241DCB) is known color: Persian Blue. HEX triplet: 24, 1D and CB. RGB value is (36,29,203). Sum of RGB (Red+Green+Blue) = 36+29+203=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 203 (79.69% from 255 or 75.75% from 268); Max value from RGB is 203 - color contains mainly: blue. Hex color #241DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241DCB is #DBE234. Grayscale: #323232. Windows color (decimal): -14410293 or 13311268. OLE color: 13311268.

HSL color Cylindrical-coordinate representation of color #241DCB: hue angle of 242.41º degrees, saturation: 0.75, 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 #241DCB is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 36 29 203 -
CMYK 0.82 0.86 0 0.20
HSL 242.41º 0.75% 0.45% -
HSV(B) 242.41º 0.86% 0.8% -
XYZ 11.95 5.57 56.94 -
YUV 50.93 213.82 117.35 -
System Red Green Blue C M Y K H S L
Decimal 36 29 203 0.82 0.86 0 0.20 242.41 0.75 0.45
Hex 24 1D CB 52 56 0 14 F2 4B 2D
Octal 44 35 313 122 126 0 24 362 113 55
Binary 100100 11101 11001011 1010010 1010110 0 10100 11110010 1001011 101101

Color Harmonies of #241DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241DCB

Black with #241DCB

Text Example


Text Example

White with #241DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,29,203); }

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

background-color css

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

 a { background-color: rgb(36,29,203); }

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

border-color css

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

 span { border-color: rgb(36,29,203); }

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