Html Css Color HEX #1F39DD Persian Blue

📋 copy color: '#1F39DD'

red 31 ◦ green 57 ◦ blue 221

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

Shades of Persian Blue #1F39DD

Tints of Persian Blue #1F39DD

RGB

 RED value IS 31 (12.5% from 255) = 10.03%

 GREEN value IS 57 (22.66% from 255) = 18.45%

 BLUE value IS 221 (86.72% from 255) = 71.52%

R = 10.03%
G = 18.45%
B = 71.52%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F39DD (or 0x1F39DD) is known color: Persian Blue. HEX triplet: 1F, 39 and DD. RGB value is (31,57,221). Sum of RGB (Red+Green+Blue) = 31+57+221=309 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.03% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 221 (86.72% from 255 or 71.52% from 309); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F39DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F39DD is #E0C622. Grayscale: #434343. Windows color (decimal): -14730787 or 14498079. OLE color: 14498079.

HSL color Cylindrical-coordinate representation of color #1F39DD: hue angle of 231.79º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F39DD is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 31 57 221 -
CMYK 0.86 0.74 0 0.13
HSL 231.79º 0.75% 0.49% -
HSV(B) 231.79º 0.86% 0.87% -
XYZ 15.08 8.44 69.24 -
YUV 67.92 214.39 101.66 -
System Red Green Blue C M Y K H S L
Decimal 31 57 221 0.86 0.74 0 0.13 231.79 0.75 0.49
Hex 1F 39 DD 56 4A 0 D E8 4B 31
Octal 37 71 335 126 112 0 15 350 113 61
Binary 11111 111001 11011101 1010110 1001010 0 1101 11101000 1001011 110001

Color Harmonies of #1F39DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F39DD

Black with #1F39DD

Text Example


Text Example

White with #1F39DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,57,221); }

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

background-color css

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

 a { background-color: rgb(31,57,221); }

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

border-color css

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

 span { border-color: rgb(31,57,221); }

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