Html Css Color HEX #1D31AE Persian Blue

📋 copy color: '#1D31AE'

red 29 ◦ green 49 ◦ blue 174

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

Shades of Persian Blue #1D31AE

Tints of Persian Blue #1D31AE

RGB

 RED value IS 29 (11.72% from 255) = 11.51%

 GREEN value IS 49 (19.53% from 255) = 19.44%

 BLUE value IS 174 (68.36% from 255) = 69.05%

R = 11.51%
G = 19.44%
B = 69.05%

CMYK

 C value IS 0.83

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1D31AE (or 0x1D31AE) is known color: Persian Blue. HEX triplet: 1D, 31 and AE. RGB value is (29,49,174). Sum of RGB (Red+Green+Blue) = 29+49+174=252 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.51% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 174 (68.36% from 255 or 69.05% from 252); Max value from RGB is 174 - color contains mainly: blue. Hex color #1D31AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D31AE is #E2CE51. Grayscale: #383838. Windows color (decimal): -14863954 or 11415837. OLE color: 11415837.

HSL color Cylindrical-coordinate representation of color #1D31AE: hue angle of 231.72º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D31AE is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 29 49 174 -
CMYK 0.83 0.72 0 0.32
HSL 231.72º 0.71% 0.4% -
HSV(B) 231.72º 0.83% 0.68% -
XYZ 9.24 5.51 40.62 -
YUV 57.27 193.87 107.84 -
System Red Green Blue C M Y K H S L
Decimal 29 49 174 0.83 0.72 0 0.32 231.72 0.71 0.4
Hex 1D 31 AE 53 48 0 20 E8 47 28
Octal 35 61 256 123 110 0 40 350 107 50
Binary 11101 110001 10101110 1010011 1001000 0 100000 11101000 1000111 101000

Color Harmonies of #1D31AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D31AE

Black with #1D31AE

Text Example


Text Example

White with #1D31AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D31AE; }

 p { color: rgb(29,49,174); }

 H1.HeaderClassName
 {
   color: #1D31AE;
 }
 .AnyTagClassName
 {
   color: #1D31AE;
 }
</style>

background-color css

<style>
 a { background-color: #1D31AE; }

 a { background-color: rgb(29,49,174); }

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

border-color css

<style>
 span { border-color: #1D31AE; }

 span { border-color: rgb(29,49,174); }

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