Html Css Color HEX #38058C Persian Indigo

📋 copy color: '#38058C'

red 56 ◦ green 5 ◦ blue 140

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

Shades of Persian Indigo #38058C

Tints of Persian Indigo #38058C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 69.65%

R = 27.86%
G = 2.49%
B = 69.65%

CMYK

 C value IS 0.6

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38058C (or 0x38058C) is known color: Persian Indigo. HEX triplet: 38, 05 and 8C. RGB value is (56,5,140). Sum of RGB (Red+Green+Blue) = 56+5+140=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 140 (55.08% from 255 or 69.65% from 201); Max value from RGB is 140 - color contains mainly: blue. Hex color #38058C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38058C is #C7FA73. Grayscale: #232323. Windows color (decimal): -13105780 or 9176376. OLE color: 9176376.

HSL color Cylindrical-coordinate representation of color #38058C: hue angle of 262.67º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #38058C is Cyan = 0.6, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 5 140 -
CMYK 0.6 0.96 0 0.45
HSL 262.67º 0.93% 0.28% -
HSV(B) 262.67º 0.96% 0.55% -
XYZ 6.42 2.84 25.02 -
YUV 35.64 186.9 142.52 -
System Red Green Blue C M Y K H S L
Decimal 56 5 140 0.6 0.96 0 0.45 262.67 0.93 0.28
Hex 38 5 8C 3C 60 0 2D 107 5D 1C
Octal 70 5 214 74 140 0 55 407 135 34
Binary 111000 101 10001100 111100 1100000 0 101101 100000111 1011101 11100

Color Harmonies of #38058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38058C

Black with #38058C

Text Example


Text Example

White with #38058C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38058C; }

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

 H1.HeaderClassName
 {
   color: #38058C;
 }
 .AnyTagClassName
 {
   color: #38058C;
 }
</style>

background-color css

<style>
 a { background-color: #38058C; }

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

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

border-color css

<style>
 span { border-color: #38058C; }

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

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