#1F27C5

Color #1F27C5 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1F27C5

Tints of Persian Blue #1F27C5

Color information

#1F27C5 (or 0x1F27C5) is unknown color: approx Persian Blue. HEX triplet: 1F, 27 and C5. RGB value is (31,39,197). Sum of RGB (Red+Green+Blue) = 31+39+197=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 197 (77.34% from 255 or 73.78% from 267); Max value from RGB is 197 - color contains mainly: blue. Hex color #1F27C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F27C5 is #E0D83A. Grayscale: #353535. Windows color (decimal): -14735419 or 12920607. OLE color: 12920607.

HSL color Cylindrical-coordinate representation of color #1F27C5: hue angle of 237.11º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F27C5 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3139197-
CMYK0.840.8000.23
HSL237.11º72.81%44.71%-
HSV(B)237.11º84.26%77.25%-
XYZ11.375.7753.34-
YUV54.62208.35111.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.61%
GREEN value IS 39 (15.62% from 255) = 14.61%
BLUE value IS 197 (77.34% from 255) = 73.78%
R=11.61%
G=14.61%
B=73.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal31391970.840.8000.23237.1172.8144.71
Hex1F27C55450017ed492d
Octal374730512412002735511155
Binary111111001111100010110101001010000010111111011011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F27C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,39,197); }

 H1.HeaderClassName
 {
   color: #1F27C5;
 }
 .AnyTagClassName
 {
   color: #1F27C5;
 }
</style>
background-color css

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

 a { background-color: rgb(31,39,197); }

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

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

 span { border-color: rgb(31,39,197); }

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