Html Css Color HEX #382BCD Persian Blue

📋 copy color: '#382BCD'

red 56 ◦ green 43 ◦ blue 205

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

Shades of Persian Blue #382BCD

Tints of Persian Blue #382BCD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.14%

 BLUE value IS 205 (80.47% from 255) = 67.43%

R = 18.42%
G = 14.14%
B = 67.43%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#382BCD (or 0x382BCD) is known color: Persian Blue. HEX triplet: 38, 2B and CD. RGB value is (56,43,205). Sum of RGB (Red+Green+Blue) = 56+43+205=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #382BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382BCD is #C7D432. Grayscale: #404040. Windows color (decimal): -13095987 or 13445944. OLE color: 13445944.

HSL color Cylindrical-coordinate representation of color #382BCD: hue angle of 244.81º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #382BCD is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 43 205 -
CMYK 0.73 0.79 0 0.20
HSL 244.81º 0.65% 0.49% -
HSV(B) 244.81º 0.79% 0.8% -
XYZ 13.51 6.98 58.39 -
YUV 65.36 206.81 121.33 -
System Red Green Blue C M Y K H S L
Decimal 56 43 205 0.73 0.79 0 0.20 244.81 0.65 0.49
Hex 38 2B CD 49 4F 0 14 F5 41 31
Octal 70 53 315 111 117 0 24 365 101 61
Binary 111000 101011 11001101 1001001 1001111 0 10100 11110101 1000001 110001

Color Harmonies of #382BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382BCD

Black with #382BCD

Text Example


Text Example

White with #382BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382BCD; }

 p { color: rgb(56,43,205); }

 H1.HeaderClassName
 {
   color: #382BCD;
 }
 .AnyTagClassName
 {
   color: #382BCD;
 }
</style>

background-color css

<style>
 a { background-color: #382BCD; }

 a { background-color: rgb(56,43,205); }

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

border-color css

<style>
 span { border-color: #382BCD; }

 span { border-color: rgb(56,43,205); }

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