Html Css Color HEX #2F069A Persian Indigo

📋 copy color: '#2F069A'

red 47 ◦ green 6 ◦ blue 154

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

Shades of Persian Indigo #2F069A

Tints of Persian Indigo #2F069A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.9%

 BLUE value IS 154 (60.55% from 255) = 74.4%

R = 22.71%
G = 2.9%
B = 74.4%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2F069A (or 0x2F069A) is known color: Persian Indigo. HEX triplet: 2F, 06 and 9A. RGB value is (47,6,154). Sum of RGB (Red+Green+Blue) = 47+6+154=207 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.71% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 154 (60.55% from 255 or 74.40% from 207); Max value from RGB is 154 - color contains mainly: blue. Hex color #2F069A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F069A is #D0F965. Grayscale: #222222. Windows color (decimal): -13695334 or 10094127. OLE color: 10094127.

HSL color Cylindrical-coordinate representation of color #2F069A: hue angle of 256.62º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F069A is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 47 6 154 -
CMYK 0.69 0.96 0 0.40
HSL 256.62º 0.93% 0.31% -
HSV(B) 256.62º 0.96% 0.6% -
XYZ 7.07 3.07 30.79 -
YUV 35.13 195.08 136.47 -
System Red Green Blue C M Y K H S L
Decimal 47 6 154 0.69 0.96 0 0.40 256.62 0.93 0.31
Hex 2F 6 9A 45 60 0 28 101 5C 1F
Octal 57 6 232 105 140 0 50 401 134 37
Binary 101111 110 10011010 1000101 1100000 0 101000 100000001 1011100 11111

Color Harmonies of #2F069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F069A

Black with #2F069A

Text Example


Text Example

White with #2F069A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,6,154); }

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

background-color css

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

 a { background-color: rgb(47,6,154); }

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

border-color css

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

 span { border-color: rgb(47,6,154); }

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