Html Css Color HEX #2F0187 Persian Indigo

📋 copy color: '#2F0187'

red 47 ◦ green 1 ◦ blue 135

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

Shades of Persian Indigo #2F0187

Tints of Persian Indigo #2F0187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 73.77%

R = 25.68%
G = 0.55%
B = 73.77%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F0187 (or 0x2F0187) is known color: Persian Indigo. HEX triplet: 2F, 01 and 87. RGB value is (47,1,135). Sum of RGB (Red+Green+Blue) = 47+1+135=183 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.68% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 135 (53.12% from 255 or 73.77% from 183); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F0187 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0187 is #D0FE78. Grayscale: #1D1D1D. Windows color (decimal): -13696633 or 8847663. OLE color: 8847663.

HSL color Cylindrical-coordinate representation of color #2F0187: hue angle of 260.6º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2F0187 is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 1 135 -
CMYK 0.65 0.99 0 0.47
HSL 260.6º 0.99% 0.27% -
HSV(B) 260.6º 0.99% 0.53% -
XYZ 5.56 2.38 23.09 -
YUV 30.03 187.24 140.1 -
System Red Green Blue C M Y K H S L
Decimal 47 1 135 0.65 0.99 0 0.47 260.6 0.99 0.27
Hex 2F 1 87 41 63 0 2F 105 63 1B
Octal 57 1 207 101 143 0 57 405 143 33
Binary 101111 1 10000111 1000001 1100011 0 101111 100000101 1100011 11011

Color Harmonies of #2F0187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0187

Black with #2F0187

Text Example


Text Example

White with #2F0187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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