Html Css Color HEX #2F068C Persian Indigo

📋 copy color: '#2F068C'

red 47 ◦ green 6 ◦ blue 140

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

Shades of Persian Indigo #2F068C

Tints of Persian Indigo #2F068C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 72.54%

R = 24.35%
G = 3.11%
B = 72.54%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F068C (or 0x2F068C) is known color: Persian Indigo. HEX triplet: 2F, 06 and 8C. RGB value is (47,6,140). Sum of RGB (Red+Green+Blue) = 47+6+140=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 140 (55.08% from 255 or 72.54% from 193); Max value from RGB is 140 - color contains mainly: blue. Hex color #2F068C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F068C is #D0F973. Grayscale: #212121. Windows color (decimal): -13695348 or 9176623. OLE color: 9176623.

HSL color Cylindrical-coordinate representation of color #2F068C: hue angle of 258.36º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F068C is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 6 140 -
CMYK 0.66 0.96 0 0.45
HSL 258.36º 0.92% 0.29% -
HSV(B) 258.36º 0.96% 0.55% -
XYZ 5.97 2.63 25 -
YUV 33.54 188.08 137.6 -
System Red Green Blue C M Y K H S L
Decimal 47 6 140 0.66 0.96 0 0.45 258.36 0.92 0.29
Hex 2F 6 8C 42 60 0 2D 102 5C 1D
Octal 57 6 214 102 140 0 55 402 134 35
Binary 101111 110 10001100 1000010 1100000 0 101101 100000010 1011100 11101

Color Harmonies of #2F068C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F068C

Black with #2F068C

Text Example


Text Example

White with #2F068C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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