Html Css Color HEX #2F0165 Persian Indigo

📋 copy color: '#2F0165'

red 47 ◦ green 1 ◦ blue 101

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

Shades of Persian Indigo #2F0165

Tints of Persian Indigo #2F0165

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

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

R = 31.54%
G = 0.67%
B = 67.79%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2F0165 (or 0x2F0165) is known color: Persian Indigo. HEX triplet: 2F, 01 and 65. RGB value is (47,1,101). Sum of RGB (Red+Green+Blue) = 47+1+101=149 (19% of max value = 765). Red value is 47 (18.75% from 255 or 31.54% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 101 (39.84% from 255 or 67.79% from 149); Max value from RGB is 101 - color contains mainly: blue. Hex color #2F0165 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0165 is #D0FE9A. Grayscale: #191919. Windows color (decimal): -13696667 or 6619439. OLE color: 6619439.

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

Color convert

RGB 47 1 101 -
CMYK 0.53 0.99 0 0.60
HSL 267.6º 0.98% 0.2% -
HSV(B) 267.6º 0.99% 0.4% -
XYZ 3.53 1.57 12.43 -
YUV 26.15 170.24 142.87 -
System Red Green Blue C M Y K H S L
Decimal 47 1 101 0.53 0.99 0 0.60 267.6 0.98 0.2
Hex 2F 1 65 35 63 0 3C 10C 62 14
Octal 57 1 145 65 143 0 74 414 142 24
Binary 101111 1 1100101 110101 1100011 0 111100 100001100 1100010 10100

Color Harmonies of #2F0165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0165

Black with #2F0165

Text Example


Text Example

White with #2F0165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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