Html Css Color HEX #2F268E Persian Indigo

📋 copy color: '#2F268E'

red 47 ◦ green 38 ◦ blue 142

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

Shades of Persian Indigo #2F268E

Tints of Persian Indigo #2F268E

RGB

 RED value IS 47 (18.75% from 255) = 20.7%

 GREEN value IS 38 (15.23% from 255) = 16.74%

 BLUE value IS 142 (55.86% from 255) = 62.56%

R = 20.7%
G = 16.74%
B = 62.56%

CMYK

 C value IS 0.67

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2F268E (or 0x2F268E) is known color: Persian Indigo. HEX triplet: 2F, 26 and 8E. RGB value is (47,38,142). Sum of RGB (Red+Green+Blue) = 47+38+142=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 142 (55.86% from 255 or 62.56% from 227); Max value from RGB is 142 - color contains mainly: blue. Hex color #2F268E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F268E is #D0D971. Grayscale: #343434. Windows color (decimal): -13687154 or 9315887. OLE color: 9315887.

HSL color Cylindrical-coordinate representation of color #2F268E: hue angle of 245.19º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F268E is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 38 142 -
CMYK 0.67 0.73 0 0.44
HSL 245.19º 0.58% 0.35% -
HSV(B) 245.19º 0.73% 0.56% -
XYZ 6.75 3.94 26 -
YUV 52.55 178.48 124.04 -
System Red Green Blue C M Y K H S L
Decimal 47 38 142 0.67 0.73 0 0.44 245.19 0.58 0.35
Hex 2F 26 8E 43 49 0 2C F5 3A 23
Octal 57 46 216 103 111 0 54 365 72 43
Binary 101111 100110 10001110 1000011 1001001 0 101100 11110101 111010 100011

Color Harmonies of #2F268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F268E

Black with #2F268E

Text Example


Text Example

White with #2F268E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,38,142); }

 H1.HeaderClassName
 {
   color: #2F268E;
 }
 .AnyTagClassName
 {
   color: #2F268E;
 }
</style>

background-color css

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

 a { background-color: rgb(47,38,142); }

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

border-color css

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

 span { border-color: rgb(47,38,142); }

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