Html Css Color HEX #1B31DD Persian Blue

📋 copy color: '#1B31DD'

red 27 ◦ green 49 ◦ blue 221

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

Shades of Persian Blue #1B31DD

Tints of Persian Blue #1B31DD

RGB

 RED value IS 27 (10.94% from 255) = 9.09%

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

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

R = 9.09%
G = 16.5%
B = 74.41%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1B31DD (or 0x1B31DD) is known color: Persian Blue. HEX triplet: 1B, 31 and DD. RGB value is (27,49,221). Sum of RGB (Red+Green+Blue) = 27+49+221=297 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.09% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 221 (86.72% from 255 or 74.41% from 297); Max value from RGB is 221 - color contains mainly: blue. Hex color #1B31DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B31DD is #E4CE22. Grayscale: #3D3D3D. Windows color (decimal): -14994979 or 14496027. OLE color: 14496027.

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

Color convert

RGB 27 49 221 -
CMYK 0.88 0.78 0 0.13
HSL 233.2º 0.78% 0.49% -
HSV(B) 233.2º 0.88% 0.87% -
XYZ 14.6 7.65 69.11 -
YUV 62.03 217.71 103.01 -
System Red Green Blue C M Y K H S L
Decimal 27 49 221 0.88 0.78 0 0.13 233.2 0.78 0.49
Hex 1B 31 DD 58 4E 0 D E9 4E 31
Octal 33 61 335 130 116 0 15 351 116 61
Binary 11011 110001 11011101 1011000 1001110 0 1101 11101001 1001110 110001

Color Harmonies of #1B31DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B31DD

Black with #1B31DD

Text Example


Text Example

White with #1B31DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,49,221); }

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

background-color css

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

 a { background-color: rgb(27,49,221); }

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

border-color css

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

 span { border-color: rgb(27,49,221); }

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