Html Css Color HEX #241FCB Persian Blue

📋 copy color: '#241FCB'

red 36 ◦ green 31 ◦ blue 203

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

Shades of Persian Blue #241FCB

Tints of Persian Blue #241FCB

RGB

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

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

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

R = 13.33%
G = 11.48%
B = 75.19%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#241FCB (or 0x241FCB) is known color: Persian Blue. HEX triplet: 24, 1F and CB. RGB value is (36,31,203). Sum of RGB (Red+Green+Blue) = 36+31+203=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 203 (79.69% from 255 or 75.19% from 270); Max value from RGB is 203 - color contains mainly: blue. Hex color #241FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241FCB is #DBE034. Grayscale: #333333. Windows color (decimal): -14409781 or 13311780. OLE color: 13311780.

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

Color convert

RGB 36 31 203 -
CMYK 0.82 0.85 0 0.20
HSL 241.74º 0.74% 0.46% -
HSV(B) 241.74º 0.85% 0.8% -
XYZ 12 5.67 56.96 -
YUV 52.1 213.16 116.51 -
System Red Green Blue C M Y K H S L
Decimal 36 31 203 0.82 0.85 0 0.20 241.74 0.74 0.46
Hex 24 1F CB 52 55 0 14 F2 4A 2E
Octal 44 37 313 122 125 0 24 362 112 56
Binary 100100 11111 11001011 1010010 1010101 0 10100 11110010 1001010 101110

Color Harmonies of #241FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241FCB

Black with #241FCB

Text Example


Text Example

White with #241FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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