Html Css Color HEX #241BCE Persian Blue

📋 copy color: '#241BCE'

red 36 ◦ green 27 ◦ blue 206

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

Shades of Persian Blue #241BCE

Tints of Persian Blue #241BCE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.04%

 BLUE value IS 206 (80.86% from 255) = 76.58%

R = 13.38%
G = 10.04%
B = 76.58%

CMYK

 C value IS 0.83

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#241BCE (or 0x241BCE) is known color: Persian Blue. HEX triplet: 24, 1B and CE. RGB value is (36,27,206). Sum of RGB (Red+Green+Blue) = 36+27+206=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 206 (80.86% from 255 or 76.58% from 269); Max value from RGB is 206 - color contains mainly: blue. Hex color #241BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #241BCE is #DBE431. Grayscale: #313131. Windows color (decimal): -14410802 or 13507364. OLE color: 13507364.

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

Color convert

RGB 36 27 206 -
CMYK 0.83 0.87 0 0.19
HSL 243.02º 0.77% 0.46% -
HSV(B) 243.02º 0.87% 0.81% -
XYZ 12.26 5.62 58.83 -
YUV 50.1 215.98 117.95 -
System Red Green Blue C M Y K H S L
Decimal 36 27 206 0.83 0.87 0 0.19 243.02 0.77 0.46
Hex 24 1B CE 53 57 0 13 F3 4D 2E
Octal 44 33 316 123 127 0 23 363 115 56
Binary 100100 11011 11001110 1010011 1010111 0 10011 11110011 1001101 101110

Color Harmonies of #241BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241BCE

Black with #241BCE

Text Example


Text Example

White with #241BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,27,206); }

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

background-color css

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

 a { background-color: rgb(36,27,206); }

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

border-color css

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

 span { border-color: rgb(36,27,206); }

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