Html Css Color HEX #38059B Persian Indigo

📋 copy color: '#38059B'

red 56 ◦ green 5 ◦ blue 155

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

Shades of Persian Indigo #38059B

Tints of Persian Indigo #38059B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.31%

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

R = 25.93%
G = 2.31%
B = 71.76%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38059B (or 0x38059B) is known color: Persian Indigo. HEX triplet: 38, 05 and 9B. RGB value is (56,5,155). Sum of RGB (Red+Green+Blue) = 56+5+155=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 155 (60.94% from 255 or 71.76% from 216); Max value from RGB is 155 - color contains mainly: blue. Hex color #38059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38059B is #C7FA64. Grayscale: #242424. Windows color (decimal): -13105765 or 10159416. OLE color: 10159416.

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

Color convert

RGB 56 5 155 -
CMYK 0.64 0.97 0 0.39
HSL 260.4º 0.94% 0.31% -
HSV(B) 260.4º 0.97% 0.61% -
XYZ 7.6 3.32 31.25 -
YUV 37.35 194.4 141.3 -
System Red Green Blue C M Y K H S L
Decimal 56 5 155 0.64 0.97 0 0.39 260.4 0.94 0.31
Hex 38 5 9B 40 61 0 27 104 5E 1F
Octal 70 5 233 100 141 0 47 404 136 37
Binary 111000 101 10011011 1000000 1100001 0 100111 100000100 1011110 11111

Color Harmonies of #38059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38059B

Black with #38059B

Text Example


Text Example

White with #38059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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