Html Css Color HEX #230061 Persian Indigo

📋 copy color: '#230061'

red 35 ◦ green 0 ◦ blue 97

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

Shades of Persian Indigo #230061

Tints of Persian Indigo #230061

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 97 (38.28% from 255) = 73.48%

R = 26.52%
G = 0%
B = 73.48%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#230061 (or 0x230061) is known color: Persian Indigo. HEX triplet: 23, 00 and 61. RGB value is (35,0,97). Sum of RGB (Red+Green+Blue) = 35+0+97=132 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.52% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 97 (38.28% from 255 or 73.48% from 132); Max value from RGB is 97 - color contains mainly: blue. Hex color #230061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230061 is #DCFF9E. Grayscale: #151515. Windows color (decimal): -14483359 or 6357027. OLE color: 6357027.

HSL color Cylindrical-coordinate representation of color #230061: hue angle of 261.65º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230061 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 0 97 -
CMYK 0.64 1 0 0.62
HSL 261.65º 1% 0.19% -
HSV(B) 261.65º 1% 0.38% -
XYZ 2.85 1.22 11.39 -
YUV 21.52 170.6 137.61 -
System Red Green Blue C M Y K H S L
Decimal 35 0 97 0.64 1 0 0.62 261.65 1 0.19
Hex 23 0 61 40 64 0 3E 106 64 13
Octal 43 0 141 100 144 0 76 406 144 23
Binary 100011 0 1100001 1000000 1100100 0 111110 100000110 1100100 10011

Color Harmonies of #230061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230061

Black with #230061

Text Example


Text Example

White with #230061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230061; }

 p { color: rgb(35,0,97); }

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

background-color css

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

 a { background-color: rgb(35,0,97); }

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

border-color css

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

 span { border-color: rgb(35,0,97); }

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