Html Css Color HEX #2F258E Persian Indigo

📋 copy color: '#2F258E'

red 47 ◦ green 37 ◦ blue 142

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

Shades of Persian Indigo #2F258E

Tints of Persian Indigo #2F258E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.37%

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

R = 20.8%
G = 16.37%
B = 62.83%

CMYK

 C value IS 0.67

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2F258E (or 0x2F258E) is known color: Persian Indigo. HEX triplet: 2F, 25 and 8E. RGB value is (47,37,142). Sum of RGB (Red+Green+Blue) = 47+37+142=226 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.80% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 142 (55.86% from 255 or 62.83% from 226); Max value from RGB is 142 - color contains mainly: blue. Hex color #2F258E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F258E is #D0DA71. Grayscale: #333333. Windows color (decimal): -13687410 or 9315631. OLE color: 9315631.

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

Color convert

RGB 47 37 142 -
CMYK 0.67 0.74 0 0.44
HSL 245.71º 0.59% 0.35% -
HSV(B) 245.71º 0.74% 0.56% -
XYZ 6.72 3.88 25.99 -
YUV 51.96 178.81 124.46 -
System Red Green Blue C M Y K H S L
Decimal 47 37 142 0.67 0.74 0 0.44 245.71 0.59 0.35
Hex 2F 25 8E 43 4A 0 2C F6 3B 23
Octal 57 45 216 103 112 0 54 366 73 43
Binary 101111 100101 10001110 1000011 1001010 0 101100 11110110 111011 100011

Color Harmonies of #2F258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F258E

Black with #2F258E

Text Example


Text Example

White with #2F258E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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