Html Css Color HEX #23057C Persian Indigo

📋 copy color: '#23057C'

red 35 ◦ green 5 ◦ blue 124

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

Shades of Persian Indigo #23057C

Tints of Persian Indigo #23057C

RGB

 RED value IS 35 (14.06% from 255) = 21.34%

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

 BLUE value IS 124 (48.83% from 255) = 75.61%

R = 21.34%
G = 3.05%
B = 75.61%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#23057C (or 0x23057C) is known color: Persian Indigo. HEX triplet: 23, 05 and 7C. RGB value is (35,5,124). Sum of RGB (Red+Green+Blue) = 35+5+124=164 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.34% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 124 (48.83% from 255 or 75.61% from 164); Max value from RGB is 124 - color contains mainly: blue. Hex color #23057C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23057C is #DCFA83. Grayscale: #1B1B1B. Windows color (decimal): -14482052 or 8127779. OLE color: 8127779.

HSL color Cylindrical-coordinate representation of color #23057C: hue angle of 255.13º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #23057C is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 35 5 124 -
CMYK 0.72 0.96 0 0.51
HSL 255.13º 0.92% 0.25% -
HSV(B) 255.13º 0.96% 0.49% -
XYZ 4.39 1.92 19.21 -
YUV 27.54 182.44 133.32 -
System Red Green Blue C M Y K H S L
Decimal 35 5 124 0.72 0.96 0 0.51 255.13 0.92 0.25
Hex 23 5 7C 48 60 0 33 FF 5C 19
Octal 43 5 174 110 140 0 63 377 134 31
Binary 100011 101 1111100 1001000 1100000 0 110011 11111111 1011100 11001

Color Harmonies of #23057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23057C

Black with #23057C

Text Example


Text Example

White with #23057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,5,124); }

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

background-color css

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

 a { background-color: rgb(35,5,124); }

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

border-color css

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

 span { border-color: rgb(35,5,124); }

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