Html Css Color HEX #2F068D Persian Indigo

📋 copy color: '#2F068D'

red 47 ◦ green 6 ◦ blue 141

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

Shades of Persian Indigo #2F068D

Tints of Persian Indigo #2F068D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 72.68%

R = 24.23%
G = 3.09%
B = 72.68%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F068D (or 0x2F068D) is known color: Persian Indigo. HEX triplet: 2F, 06 and 8D. RGB value is (47,6,141). Sum of RGB (Red+Green+Blue) = 47+6+141=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 141 (55.47% from 255 or 72.68% from 194); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F068D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F068D is #D0F972. Grayscale: #212121. Windows color (decimal): -13695347 or 9242159. OLE color: 9242159.

HSL color Cylindrical-coordinate representation of color #2F068D: hue angle of 258.22º 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 #2F068D is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 6 141 -
CMYK 0.67 0.96 0 0.45
HSL 258.22º 0.92% 0.29% -
HSV(B) 258.22º 0.96% 0.55% -
XYZ 6.05 2.66 25.39 -
YUV 33.65 188.58 137.52 -
System Red Green Blue C M Y K H S L
Decimal 47 6 141 0.67 0.96 0 0.45 258.22 0.92 0.29
Hex 2F 6 8D 43 60 0 2D 102 5C 1D
Octal 57 6 215 103 140 0 55 402 134 35
Binary 101111 110 10001101 1000011 1100000 0 101101 100000010 1011100 11101

Color Harmonies of #2F068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F068D

Black with #2F068D

Text Example


Text Example

White with #2F068D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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