Html Css Color HEX #3F167B Persian Indigo

📋 copy color: '#3F167B'

red 63 ◦ green 22 ◦ blue 123

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

Shades of Persian Indigo #3F167B

Tints of Persian Indigo #3F167B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.58%

 BLUE value IS 123 (48.44% from 255) = 59.13%

R = 30.29%
G = 10.58%
B = 59.13%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3F167B (or 0x3F167B) is known color: Persian Indigo. HEX triplet: 3F, 16 and 7B. RGB value is (63,22,123). Sum of RGB (Red+Green+Blue) = 63+22+123=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F167B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F167B is #C0E984. Grayscale: #2D2D2D. Windows color (decimal): -12642693 or 8066623. OLE color: 8066623.

HSL color Cylindrical-coordinate representation of color #3F167B: hue angle of 264.36º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F167B is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 63 22 123 -
CMYK 0.49 0.82 0 0.52
HSL 264.36º 0.7% 0.28% -
HSV(B) 264.36º 0.82% 0.48% -
XYZ 5.91 3.06 19.02 -
YUV 45.77 171.58 140.29 -
System Red Green Blue C M Y K H S L
Decimal 63 22 123 0.49 0.82 0 0.52 264.36 0.7 0.28
Hex 3F 16 7B 31 52 0 34 108 46 1C
Octal 77 26 173 61 122 0 64 410 106 34
Binary 111111 10110 1111011 110001 1010010 0 110100 100001000 1000110 11100

Color Harmonies of #3F167B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F167B

Black with #3F167B

Text Example


Text Example

White with #3F167B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,22,123); }

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

background-color css

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

 a { background-color: rgb(63,22,123); }

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

border-color css

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

 span { border-color: rgb(63,22,123); }

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