#270484

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

Shades of Persian Indigo #270484

Tints of Persian Indigo #270484

Color information

#270484 (or 0x270484) is unknown color: approx Persian Indigo. HEX triplet: 27, 04 and 84. RGB value is (39,4,132). Sum of RGB (Red+Green+Blue) = 39+4+132=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 132 (51.95% from 255 or 75.43% from 175); Max value from RGB is 132 - color contains mainly: blue. Hex color #270484 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270484 is #D8FB7B. Grayscale: #1C1C1C. Windows color (decimal): -14220156 or 8651815. OLE color: 8651815.

HSL color Cylindrical-coordinate representation of color #270484: hue angle of 256.41º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #270484 is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB394132-
CMYK0.700.9700.48
HSL256.41º94.12%26.67%-
HSV(B)256.41º96.97%51.76%-
XYZ5.042.1821.99-
YUV29.06186.1135.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.29%
GREEN value IS 4 (1.95% from 255) = 2.29%
BLUE value IS 132 (51.95% from 255) = 75.43%
R=22.29%
G=2.29%
B=75.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3941320.700.9700.48256.4194.1226.67
Hex2748446610301005e1b
Octal47420410614106040013633
Binary10011110010000100100011011000010110000100000000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270484; }

 p { color: rgb(39,4,132); }

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

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

 a { background-color: rgb(39,4,132); }

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

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

 span { border-color: rgb(39,4,132); }

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