Html Css Color HEX #38027A Persian Indigo

📋 copy color: '#38027A'

red 56 ◦ green 2 ◦ blue 122

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

Shades of Persian Indigo #38027A

Tints of Persian Indigo #38027A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.11%

 BLUE value IS 122 (48.05% from 255) = 67.78%

R = 31.11%
G = 1.11%
B = 67.78%

CMYK

 C value IS 0.54

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#38027A (or 0x38027A) is known color: Persian Indigo. HEX triplet: 38, 02 and 7A. RGB value is (56,2,122). Sum of RGB (Red+Green+Blue) = 56+2+122=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 122 (48.05% from 255 or 67.78% from 180); Max value from RGB is 122 - color contains mainly: blue. Hex color #38027A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38027A is #C7FD85. Grayscale: #1F1F1F. Windows color (decimal): -13106566 or 7995960. OLE color: 7995960.

HSL color Cylindrical-coordinate representation of color #38027A: hue angle of 267º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38027A is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 56 2 122 -
CMYK 0.54 0.98 0 0.52
HSL 267º 0.97% 0.24% -
HSV(B) 267º 0.98% 0.48% -
XYZ 5.17 2.29 18.58 -
YUV 31.83 178.89 145.24 -
System Red Green Blue C M Y K H S L
Decimal 56 2 122 0.54 0.98 0 0.52 267 0.97 0.24
Hex 38 2 7A 36 62 0 34 10B 61 18
Octal 70 2 172 66 142 0 64 413 141 30
Binary 111000 10 1111010 110110 1100010 0 110100 100001011 1100001 11000

Color Harmonies of #38027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38027A

Black with #38027A

Text Example


Text Example

White with #38027A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,2,122); }

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

background-color css

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

 a { background-color: rgb(56,2,122); }

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

border-color css

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

 span { border-color: rgb(56,2,122); }

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