Html Css Color HEX #2F0262 Persian Indigo

📋 copy color: '#2F0262'

red 47 ◦ green 2 ◦ blue 98

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

Shades of Persian Indigo #2F0262

Tints of Persian Indigo #2F0262

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.36%

 BLUE value IS 98 (38.67% from 255) = 66.67%

R = 31.97%
G = 1.36%
B = 66.67%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2F0262 (or 0x2F0262) is known color: Persian Indigo. HEX triplet: 2F, 02 and 62. RGB value is (47,2,98). Sum of RGB (Red+Green+Blue) = 47+2+98=147 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.97% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 98 (38.67% from 255 or 66.67% from 147); Max value from RGB is 98 - color contains mainly: blue. Hex color #2F0262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0262 is #D0FD9D. Grayscale: #1A1A1A. Windows color (decimal): -13696414 or 6423087. OLE color: 6423087.

HSL color Cylindrical-coordinate representation of color #2F0262: hue angle of 268.12º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2F0262 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 47 2 98 -
CMYK 0.52 0.98 0 0.62
HSL 268.13º 0.96% 0.2% -
HSV(B) 268.13º 0.98% 0.38% -
XYZ 3.4 1.53 11.67 -
YUV 26.4 168.41 142.69 -
System Red Green Blue C M Y K H S L
Decimal 47 2 98 0.52 0.98 0 0.62 268.13 0.96 0.2
Hex 2F 2 62 34 62 0 3E 10C 60 14
Octal 57 2 142 64 142 0 76 414 140 24
Binary 101111 10 1100010 110100 1100010 0 111110 100001100 1100000 10100

Color Harmonies of #2F0262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0262

Black with #2F0262

Text Example


Text Example

White with #2F0262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,2,98); }

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

background-color css

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

 a { background-color: rgb(47,2,98); }

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

border-color css

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

 span { border-color: rgb(47,2,98); }

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