Html Css Color HEX #241BAF Persian Blue

📋 copy color: '#241BAF'

red 36 ◦ green 27 ◦ blue 175

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

Shades of Persian Blue #241BAF

Tints of Persian Blue #241BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 73.53%

R = 15.13%
G = 11.34%
B = 73.53%

CMYK

 C value IS 0.79

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#241BAF (or 0x241BAF) is known color: Persian Blue. HEX triplet: 24, 1B and AF. RGB value is (36,27,175). Sum of RGB (Red+Green+Blue) = 36+27+175=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 175 (68.75% from 255 or 73.53% from 238); Max value from RGB is 175 - color contains mainly: blue. Hex color #241BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241BAF is #DBE450. Grayscale: #2D2D2D. Windows color (decimal): -14410833 or 11475748. OLE color: 11475748.

HSL color Cylindrical-coordinate representation of color #241BAF: hue angle of 243.65º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #241BAF is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 36 27 175 -
CMYK 0.79 0.85 0 0.31
HSL 243.65º 0.73% 0.4% -
HSV(B) 243.65º 0.85% 0.69% -
XYZ 8.86 4.25 40.91 -
YUV 46.56 200.48 120.47 -
System Red Green Blue C M Y K H S L
Decimal 36 27 175 0.79 0.85 0 0.31 243.65 0.73 0.4
Hex 24 1B AF 4F 55 0 1F F4 49 28
Octal 44 33 257 117 125 0 37 364 111 50
Binary 100100 11011 10101111 1001111 1010101 0 11111 11110100 1001001 101000

Color Harmonies of #241BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241BAF

Black with #241BAF

Text Example


Text Example

White with #241BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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