Html Css Color HEX #38018A Persian Indigo

📋 copy color: '#38018A'

red 56 ◦ green 1 ◦ blue 138

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

Shades of Persian Indigo #38018A

Tints of Persian Indigo #38018A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 138 (54.3% from 255) = 70.77%

R = 28.72%
G = 0.51%
B = 70.77%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#38018A (or 0x38018A) is known color: Persian Indigo. HEX triplet: 38, 01 and 8A. RGB value is (56,1,138). Sum of RGB (Red+Green+Blue) = 56+1+138=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 138 (54.30% from 255 or 70.77% from 195); Max value from RGB is 138 - color contains mainly: blue. Hex color #38018A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38018A is #C7FE75. Grayscale: #202020. Windows color (decimal): -13106806 or 9044280. OLE color: 9044280.

HSL color Cylindrical-coordinate representation of color #38018A: hue angle of 264.09º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38018A is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 1 138 -
CMYK 0.59 0.99 0 0.46
HSL 264.09º 0.99% 0.27% -
HSV(B) 264.09º 0.99% 0.54% -
XYZ 6.23 2.7 24.24 -
YUV 33.06 187.22 144.36 -
System Red Green Blue C M Y K H S L
Decimal 56 1 138 0.59 0.99 0 0.46 264.09 0.99 0.27
Hex 38 1 8A 3B 63 0 2E 108 63 1B
Octal 70 1 212 73 143 0 56 410 143 33
Binary 111000 1 10001010 111011 1100011 0 101110 100001000 1100011 11011

Color Harmonies of #38018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38018A

Black with #38018A

Text Example


Text Example

White with #38018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38018A; }

 p { color: rgb(56,1,138); }

 H1.HeaderClassName
 {
   color: #38018A;
 }
 .AnyTagClassName
 {
   color: #38018A;
 }
</style>

background-color css

<style>
 a { background-color: #38018A; }

 a { background-color: rgb(56,1,138); }

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

border-color css

<style>
 span { border-color: #38018A; }

 span { border-color: rgb(56,1,138); }

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