#2F227A

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

Shades of Persian Indigo #2F227A

Tints of Persian Indigo #2F227A

Color information

#2F227A (or 0x2F227A) is unknown color: approx Persian Indigo. HEX triplet: 2F, 22 and 7A. RGB value is (47,34,122). Sum of RGB (Red+Green+Blue) = 47+34+122=203 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.15% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 122 (48.05% from 255 or 60.10% from 203); Max value from RGB is 122 - color contains mainly: blue. Hex color #2F227A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F227A is #D0DD85. Grayscale: #2F2F2F. Windows color (decimal): -13688198 or 8004143. OLE color: 8004143.

HSL color Cylindrical-coordinate representation of color #2F227A: hue angle of 248.86º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F227A is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4734122-
CMYK0.610.7200.52
HSL248.86º56.41%30.59%-
HSV(B)248.86º72.13%47.84%-
XYZ5.263.1518.74-
YUV47.92169.81127.34-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.15%
GREEN value IS 34 (13.67% from 255) = 16.75%
BLUE value IS 122 (48.05% from 255) = 60.10%
R=23.15%
G=16.75%
B=60.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal47341220.610.7200.52248.8656.4130.59
Hex2F227A3D48034f9381f
Octal5742172751100643717037
Binary1011111000101111010111101100100001101001111100111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F227A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F227A; }

 p { color: rgb(47,34,122); }

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

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

 a { background-color: rgb(47,34,122); }

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

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

 span { border-color: rgb(47,34,122); }

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