Html Css Color HEX #241DAF Persian Blue

📋 copy color: '#241DAF'

red 36 ◦ green 29 ◦ blue 175

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

Shades of Persian Blue #241DAF

Tints of Persian Blue #241DAF

RGB

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

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

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

R = 15%
G = 12.08%
B = 72.92%

CMYK

 C value IS 0.79

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#241DAF (or 0x241DAF) is known color: Persian Blue. HEX triplet: 24, 1D and AF. RGB value is (36,29,175). Sum of RGB (Red+Green+Blue) = 36+29+175=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 175 (68.75% from 255 or 72.92% from 240); Max value from RGB is 175 - color contains mainly: blue. Hex color #241DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #241DAF is #DBE250. Grayscale: #2F2F2F. Windows color (decimal): -14410321 or 11476260. OLE color: 11476260.

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

Color convert

RGB 36 29 175 -
CMYK 0.79 0.83 0 0.31
HSL 242.88º 0.72% 0.4% -
HSV(B) 242.88º 0.83% 0.69% -
XYZ 8.9 4.35 40.93 -
YUV 47.74 199.82 119.63 -
System Red Green Blue C M Y K H S L
Decimal 36 29 175 0.79 0.83 0 0.31 242.88 0.72 0.4
Hex 24 1D AF 4F 53 0 1F F3 48 28
Octal 44 35 257 117 123 0 37 363 110 50
Binary 100100 11101 10101111 1001111 1010011 0 11111 11110011 1001000 101000

Color Harmonies of #241DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241DAF

Black with #241DAF

Text Example


Text Example

White with #241DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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