Html Css Color HEX #38159B Persian Indigo

📋 copy color: '#38159B'

red 56 ◦ green 21 ◦ blue 155

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

Shades of Persian Indigo #38159B

Tints of Persian Indigo #38159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.05%

 BLUE value IS 155 (60.94% from 255) = 66.81%

R = 24.14%
G = 9.05%
B = 66.81%

CMYK

 C value IS 0.64

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38159B (or 0x38159B) is known color: Persian Indigo. HEX triplet: 38, 15 and 9B. RGB value is (56,21,155). Sum of RGB (Red+Green+Blue) = 56+21+155=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #38159B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38159B is #C7EA64. Grayscale: #2E2E2E. Windows color (decimal): -13101669 or 10163512. OLE color: 10163512.

HSL color Cylindrical-coordinate representation of color #38159B: hue angle of 255.67º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #38159B is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 21 155 -
CMYK 0.64 0.86 0 0.39
HSL 255.67º 0.76% 0.35% -
HSV(B) 255.67º 0.86% 0.61% -
XYZ 7.82 3.74 31.32 -
YUV 46.74 189.1 134.6 -
System Red Green Blue C M Y K H S L
Decimal 56 21 155 0.64 0.86 0 0.39 255.67 0.76 0.35
Hex 38 15 9B 40 56 0 27 100 4C 23
Octal 70 25 233 100 126 0 47 400 114 43
Binary 111000 10101 10011011 1000000 1010110 0 100111 100000000 1001100 100011

Color Harmonies of #38159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38159B

Black with #38159B

Text Example


Text Example

White with #38159B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,21,155); }

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

background-color css

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

 a { background-color: rgb(56,21,155); }

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

border-color css

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

 span { border-color: rgb(56,21,155); }

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