Html Css Color HEX #2F0265 Persian Indigo

📋 copy color: '#2F0265'

red 47 ◦ green 2 ◦ blue 101

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

Shades of Persian Indigo #2F0265

Tints of Persian Indigo #2F0265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 67.33%

R = 31.33%
G = 1.33%
B = 67.33%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2F0265 (or 0x2F0265) is known color: Persian Indigo. HEX triplet: 2F, 02 and 65. RGB value is (47,2,101). Sum of RGB (Red+Green+Blue) = 47+2+101=150 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.33% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 101 (39.84% from 255 or 67.33% from 150); Max value from RGB is 101 - color contains mainly: blue. Hex color #2F0265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0265 is #D0FD9A. Grayscale: #1A1A1A. Windows color (decimal): -13696411 or 6619695. OLE color: 6619695.

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

Color convert

RGB 47 2 101 -
CMYK 0.53 0.98 0 0.60
HSL 267.27º 0.96% 0.2% -
HSV(B) 267.27º 0.98% 0.4% -
XYZ 3.54 1.59 12.43 -
YUV 26.74 169.91 142.45 -
System Red Green Blue C M Y K H S L
Decimal 47 2 101 0.53 0.98 0 0.60 267.27 0.96 0.2
Hex 2F 2 65 35 62 0 3C 10B 60 14
Octal 57 2 145 65 142 0 74 413 140 24
Binary 101111 10 1100101 110101 1100010 0 111100 100001011 1100000 10100

Color Harmonies of #2F0265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0265

Black with #2F0265

Text Example


Text Example

White with #2F0265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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