Html Css Color HEX #38168B Persian Indigo

📋 copy color: '#38168B'

red 56 ◦ green 22 ◦ blue 139

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

Shades of Persian Indigo #38168B

Tints of Persian Indigo #38168B

RGB

 RED value IS 56 (22.27% from 255) = 25.81%

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

 BLUE value IS 139 (54.69% from 255) = 64.06%

R = 25.81%
G = 10.14%
B = 64.06%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38168B (or 0x38168B) is known color: Persian Indigo. HEX triplet: 38, 16 and 8B. RGB value is (56,22,139). Sum of RGB (Red+Green+Blue) = 56+22+139=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 139 (54.69% from 255 or 64.06% from 217); Max value from RGB is 139 - color contains mainly: blue. Hex color #38168B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38168B is #C7E974. Grayscale: #2D2D2D. Windows color (decimal): -13101429 or 9115192. OLE color: 9115192.

HSL color Cylindrical-coordinate representation of color #38168B: hue angle of 257.44º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38168B is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 22 139 -
CMYK 0.60 0.84 0 0.45
HSL 257.44º 0.73% 0.32% -
HSV(B) 257.44º 0.84% 0.55% -
XYZ 6.58 3.28 24.71 -
YUV 45.5 180.76 135.49 -
System Red Green Blue C M Y K H S L
Decimal 56 22 139 0.60 0.84 0 0.45 257.44 0.73 0.32
Hex 38 16 8B 3C 54 0 2D 101 49 20
Octal 70 26 213 74 124 0 55 401 111 40
Binary 111000 10110 10001011 111100 1010100 0 101101 100000001 1001001 100000

Color Harmonies of #38168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38168B

Black with #38168B

Text Example


Text Example

White with #38168B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38168B; }

 p { color: rgb(56,22,139); }

 H1.HeaderClassName
 {
   color: #38168B;
 }
 .AnyTagClassName
 {
   color: #38168B;
 }
</style>

background-color css

<style>
 a { background-color: #38168B; }

 a { background-color: rgb(56,22,139); }

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

border-color css

<style>
 span { border-color: #38168B; }

 span { border-color: rgb(56,22,139); }

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