Html Css Color HEX #2F078A Persian Indigo

📋 copy color: '#2F078A'

red 47 ◦ green 7 ◦ blue 138

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

Shades of Persian Indigo #2F078A

Tints of Persian Indigo #2F078A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.65%

 BLUE value IS 138 (54.3% from 255) = 71.88%

R = 24.48%
G = 3.65%
B = 71.88%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2F078A (or 0x2F078A) is known color: Persian Indigo. HEX triplet: 2F, 07 and 8A. RGB value is (47,7,138). Sum of RGB (Red+Green+Blue) = 47+7+138=192 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.48% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 138 (54.30% from 255 or 71.88% from 192); Max value from RGB is 138 - color contains mainly: blue. Hex color #2F078A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F078A is #D0F875. Grayscale: #212121. Windows color (decimal): -13695094 or 9045807. OLE color: 9045807.

HSL color Cylindrical-coordinate representation of color #2F078A: hue angle of 258.32º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F078A is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 47 7 138 -
CMYK 0.66 0.95 0 0.46
HSL 258.32º 0.9% 0.28% -
HSV(B) 258.32º 0.95% 0.54% -
XYZ 5.84 2.59 24.24 -
YUV 33.89 186.75 137.35 -
System Red Green Blue C M Y K H S L
Decimal 47 7 138 0.66 0.95 0 0.46 258.32 0.9 0.28
Hex 2F 7 8A 42 5F 0 2E 102 5A 1C
Octal 57 7 212 102 137 0 56 402 132 34
Binary 101111 111 10001010 1000010 1011111 0 101110 100000010 1011010 11100

Color Harmonies of #2F078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F078A

Black with #2F078A

Text Example


Text Example

White with #2F078A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,7,138); }

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

background-color css

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

 a { background-color: rgb(47,7,138); }

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

border-color css

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

 span { border-color: rgb(47,7,138); }

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