Html Css Color HEX #2F227A Persian Indigo

📋 copy color: '#2F227A'

red 47 ◦ green 34 ◦ blue 122

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

Shades of Persian Indigo #2F227A

Tints of Persian Indigo #2F227A

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.1%

R = 23.15%
G = 16.75%
B = 60.1%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#2F227A (or 0x2F227A) is known color: 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

RGB 47 34 122 -
CMYK 0.61 0.72 0 0.52
HSL 248.86º 0.56% 0.31% -
HSV(B) 248.86º 0.72% 0.48% -
XYZ 5.26 3.15 18.74 -
YUV 47.92 169.81 127.34 -
System Red Green Blue C M Y K H S L
Decimal 47 34 122 0.61 0.72 0 0.52 248.86 0.56 0.31
Hex 2F 22 7A 3D 48 0 34 F9 38 1F
Octal 57 42 172 75 110 0 64 371 70 37
Binary 101111 100010 1111010 111101 1001000 0 110100 11111001 111000 11111

Color Harmonies of #2F227A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F227A

Black with #2F227A

Text Example


Text Example

White with #2F227A

Text Example


Text Example

HTML Codes & Css Web 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>