Html Css Color HEX #2F0263 Persian Indigo

📋 copy color: '#2F0263'

red 47 ◦ green 2 ◦ blue 99

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

Shades of Persian Indigo #2F0263

Tints of Persian Indigo #2F0263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 66.89%

R = 31.76%
G = 1.35%
B = 66.89%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2F0263 (or 0x2F0263) is known color: Persian Indigo. HEX triplet: 2F, 02 and 63. RGB value is (47,2,99). Sum of RGB (Red+Green+Blue) = 47+2+99=148 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.76% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 99 (39.06% from 255 or 66.89% from 148); Max value from RGB is 99 - color contains mainly: blue. Hex color #2F0263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0263 is #D0FD9C. Grayscale: #1A1A1A. Windows color (decimal): -13696413 or 6488623. OLE color: 6488623.

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

Color convert

RGB 47 2 99 -
CMYK 0.53 0.98 0 0.61
HSL 267.84º 0.96% 0.2% -
HSV(B) 267.84º 0.98% 0.39% -
XYZ 3.45 1.55 11.92 -
YUV 26.51 168.91 142.61 -
System Red Green Blue C M Y K H S L
Decimal 47 2 99 0.53 0.98 0 0.61 267.84 0.96 0.2
Hex 2F 2 63 35 62 0 3D 10C 60 14
Octal 57 2 143 65 142 0 75 414 140 24
Binary 101111 10 1100011 110101 1100010 0 111101 100001100 1100000 10100

Color Harmonies of #2F0263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0263

Black with #2F0263

Text Example


Text Example

White with #2F0263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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