#270B67

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

Shades of Persian Indigo #270B67

Tints of Persian Indigo #270B67

Color information

#270B67 (or 0x270B67) is unknown color: approx Persian Indigo. HEX triplet: 27, 0B and 67. RGB value is (39,11,103). Sum of RGB (Red+Green+Blue) = 39+11+103=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 103 (40.62% from 255 or 67.32% from 153); Max value from RGB is 103 - color contains mainly: blue. Hex color #270B67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270B67 is #D8F498. Grayscale: #1D1D1D. Windows color (decimal): -14218393 or 6753063. OLE color: 6753063.

HSL color Cylindrical-coordinate representation of color #270B67: hue angle of 258.26º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #270B67 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3911103-
CMYK0.620.8900.60
HSL258.26º80.7%22.35%-
HSV(B)258.26º89.32%40.39%-
XYZ3.41.6512.97-
YUV29.86169.28134.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.49%
GREEN value IS 11 (4.69% from 255) = 7.19%
BLUE value IS 103 (40.62% from 255) = 67.32%
R=25.49%
G=7.19%
B=67.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39111030.620.8900.60258.2680.722.35
Hex27B673E5903C1025116
Octal47131477613107440212126
Binary1001111011110011111111010110010111100100000010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270B67; }

 p { color: rgb(39,11,103); }

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

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

 a { background-color: rgb(39,11,103); }

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

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

 span { border-color: rgb(39,11,103); }

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