Html Css Color HEX #3F0B7F Persian Indigo

📋 copy color: '#3F0B7F'

red 63 ◦ green 11 ◦ blue 127

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

Shades of Persian Indigo #3F0B7F

Tints of Persian Indigo #3F0B7F

RGB

 RED value IS 63 (25% from 255) = 31.34%

 GREEN value IS 11 (4.69% from 255) = 5.47%

 BLUE value IS 127 (50% from 255) = 63.18%

R = 31.34%
G = 5.47%
B = 63.18%

CMYK

 C value IS 0.50

 M value IS 0.91

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3F0B7F (or 0x3F0B7F) is known color: Persian Indigo. HEX triplet: 3F, 0B and 7F. RGB value is (63,11,127). Sum of RGB (Red+Green+Blue) = 63+11+127=201 (26% of max value = 765). Red value is 63 (25% from 255 or 31.34% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 127 (50% from 255 or 63.18% from 201); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F0B7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0B7F is #C0F480. Grayscale: #272727. Windows color (decimal): -12645505 or 8325951. OLE color: 8325951.

HSL color Cylindrical-coordinate representation of color #3F0B7F: hue angle of 266.9º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F0B7F is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 63 11 127 -
CMYK 0.50 0.91 0 0.50
HSL 266.9º 0.84% 0.27% -
HSV(B) 266.9º 0.91% 0.5% -
XYZ 6 2.83 20.31 -
YUV 39.77 177.23 144.57 -
System Red Green Blue C M Y K H S L
Decimal 63 11 127 0.50 0.91 0 0.50 266.9 0.84 0.27
Hex 3F B 7F 32 5B 0 32 10B 54 1B
Octal 77 13 177 62 133 0 62 413 124 33
Binary 111111 1011 1111111 110010 1011011 0 110010 100001011 1010100 11011

Color Harmonies of #3F0B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0B7F

Black with #3F0B7F

Text Example


Text Example

White with #3F0B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F0B7F; }

 p { color: rgb(63,11,127); }

 H1.HeaderClassName
 {
   color: #3F0B7F;
 }
 .AnyTagClassName
 {
   color: #3F0B7F;
 }
</style>

background-color css

<style>
 a { background-color: #3F0B7F; }

 a { background-color: rgb(63,11,127); }

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

border-color css

<style>
 span { border-color: #3F0B7F; }

 span { border-color: rgb(63,11,127); }

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