Html Css Color HEX #38168E Persian Indigo

📋 copy color: '#38168E'

red 56 ◦ green 22 ◦ blue 142

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

Shades of Persian Indigo #38168E

Tints of Persian Indigo #38168E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 64.55%

R = 25.45%
G = 10%
B = 64.55%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#38168E (or 0x38168E) is known color: Persian Indigo. HEX triplet: 38, 16 and 8E. RGB value is (56,22,142). Sum of RGB (Red+Green+Blue) = 56+22+142=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 142 (55.86% from 255 or 64.55% from 220); Max value from RGB is 142 - color contains mainly: blue. Hex color #38168E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38168E is #C7E971. Grayscale: #2D2D2D. Windows color (decimal): -13101426 or 9311800. OLE color: 9311800.

HSL color Cylindrical-coordinate representation of color #38168E: hue angle of 257º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38168E is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 22 142 -
CMYK 0.61 0.85 0 0.44
HSL 257º 0.73% 0.32% -
HSV(B) 257º 0.85% 0.56% -
XYZ 6.8 3.37 25.88 -
YUV 45.85 182.26 135.24 -
System Red Green Blue C M Y K H S L
Decimal 56 22 142 0.61 0.85 0 0.44 257 0.73 0.32
Hex 38 16 8E 3D 55 0 2C 101 49 20
Octal 70 26 216 75 125 0 54 401 111 40
Binary 111000 10110 10001110 111101 1010101 0 101100 100000001 1001001 100000

Color Harmonies of #38168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38168E

Black with #38168E

Text Example


Text Example

White with #38168E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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